diff vamp/CQVamp.h @ 53:a25abb7a21c0

Further tidying, compensate for latency in Vamp plugin
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 28 Nov 2013 11:46:39 +0000
parents cb072f01435b
children 2a21b4506d7f
line wrap: on
line diff
--- a/vamp/CQVamp.h	Thu Nov 28 11:26:53 2013 +0000
+++ b/vamp/CQVamp.h	Thu Nov 28 11:46:39 2013 +0000
@@ -47,6 +47,10 @@
     int m_stepSize;
     int m_blockSize;
 
+    Vamp::RealTime m_startTime;
+    bool m_haveStartTime;
+    int m_columnCount;
+
     std::vector<float> m_prevFeature;
     FeatureSet convertToFeatures(const std::vector<std::vector<double> > &);
 };