comparison 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
comparison
equal deleted inserted replaced
30:eeafdd147988 31:b9c2f444cdaa
62 FeatureSet getRemainingFeatures(); 62 FeatureSet getRemainingFeatures();
63 63
64 protected: 64 protected:
65 BeatRootProcessor *m_processor; 65 BeatRootProcessor *m_processor;
66 AgentParameters m_parameters; 66 AgentParameters m_parameters;
67 Vamp::RealTime m_origin;
68 bool m_firstFrame;
67 }; 69 };
68 70
69 71
70 72
71 #endif 73 #endif