diff src/Silvet.h @ 178:a53c713b2a4a

Restore (and fix) the time-frequency distribution output (filtered CQ); tidy up the bottom-octave handling in draft mode
author Chris Cannam
date Thu, 22 May 2014 12:11:33 +0100
parents abfd19f5cc1a
children 2931089cda46 9b9cdfccbd14 5ba328aae5be
line wrap: on
line diff
--- a/src/Silvet.h	Wed May 21 15:19:02 2014 +0100
+++ b/src/Silvet.h	Thu May 22 12:11:33 2014 +0100
@@ -108,6 +108,7 @@
     Vamp::RealTime m_startTime;
 
     mutable int m_notesOutputNo;
+    mutable int m_fcqOutputNo;
 };
 
 #endif