diff 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
line wrap: on
line diff
--- a/VampTestPlugin.h	Tue Mar 26 18:06:37 2013 +0000
+++ b/VampTestPlugin.h	Wed Mar 27 11:07:09 2013 +0000
@@ -50,6 +50,7 @@
     int m_stepSize;
     int m_blockSize;
     Vamp::RealTime m_lastTime;
+    mutable std::map<std::string, int> m_outputNumbers;
 
     FeatureSet featuresFrom(Vamp::RealTime, bool);
 };