diff BeatRootVampPlugin.h @ 31:b9c2f444cdaa

Fix incorrect return timestamps when run with non-zero origin time
author Chris Cannam
date Fri, 06 Dec 2013 14:38:17 +0000
parents 633ec097fa56
children
line wrap: on
line diff
--- a/BeatRootVampPlugin.h	Fri Dec 06 14:31:09 2013 +0000
+++ b/BeatRootVampPlugin.h	Fri Dec 06 14:38:17 2013 +0000
@@ -64,6 +64,8 @@
 protected:
     BeatRootProcessor *m_processor;
     AgentParameters m_parameters;
+    Vamp::RealTime m_origin;
+    bool m_firstFrame;
 };