diff src/Silvet.h @ 313:fa2ffbb786df

Don't rely on column count to determine whether we've set the start time or not -- it could theoretically be 0 even after some input has appeared
author Chris Cannam
date Tue, 28 Apr 2015 11:09:31 +0100
parents 99af9557dfc1
children f98ba4f47e49
line wrap: on
line diff
--- a/src/Silvet.h	Tue Apr 28 10:02:36 2015 +0100
+++ b/src/Silvet.h	Tue Apr 28 11:09:31 2015 +0100
@@ -122,6 +122,7 @@
     int m_columnCount;
     int m_resampledCount;
     Vamp::RealTime m_startTime;
+    bool m_haveStartTime;
 
     mutable int m_notesOutputNo;
     mutable int m_fcqOutputNo;