comparison VampTestPlugin.h @ 5:d83566810b96

Add notes-or-regions output
author Chris Cannam
date Tue, 26 Mar 2013 17:08:39 +0000
parents 72c80798371e
children 1bff4a80852c
comparison
equal deleted inserted replaced
4:6ece30ceb931 5:d83566810b96
48 int m_n; 48 int m_n;
49 std::vector<Vamp::RealTime> m_instants; 49 std::vector<Vamp::RealTime> m_instants;
50 int m_stepSize; 50 int m_stepSize;
51 int m_blockSize; 51 int m_blockSize;
52 Vamp::RealTime m_lastTime; 52 Vamp::RealTime m_lastTime;
53
54 FeatureSet featuresFrom(Vamp::RealTime, bool);
53 }; 55 };
54 56
55 57
56 58
57 #endif 59 #endif