diff VampTestPlugin.h @ 18:014cce47e998

Add an output that returns some actual feature of the input channels (also counting the channels, effectively)
author Chris Cannam
date Tue, 02 Dec 2014 18:02:36 +0000
parents ac7f544c7b20
children cfff2b6ff0fd
line wrap: on
line diff
--- a/VampTestPlugin.h	Tue Nov 25 12:00:52 2014 +0000
+++ b/VampTestPlugin.h	Tue Dec 02 18:02:36 2014 +0000
@@ -48,6 +48,7 @@
     bool m_produceOutput;
     int m_n;
     std::vector<Vamp::RealTime> m_instants;
+    int m_channels;
     int m_stepSize;
     int m_blockSize;
     Vamp::RealTime m_lastTime;