comparison VampTestPlugin.h @ 7:1bff4a80852c

Map output names to numbers; add timed FixedSampleRate output
author Chris Cannam
date Wed, 27 Mar 2013 11:07:09 +0000
parents d83566810b96
children ac7f544c7b20
comparison
equal deleted inserted replaced
6:9b4ce965db35 7:1bff4a80852c
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 mutable std::map<std::string, int> m_outputNumbers;
53 54
54 FeatureSet featuresFrom(Vamp::RealTime, bool); 55 FeatureSet featuresFrom(Vamp::RealTime, bool);
55 }; 56 };
56 57
57 58