diff VampTestPlugin.h @ 17:ac7f544c7b20

Give the plugin a parameter
author Chris Cannam
date Tue, 25 Nov 2014 12:00:52 +0000
parents 1bff4a80852c
children 014cce47e998
line wrap: on
line diff
--- a/VampTestPlugin.h	Thu Oct 09 11:34:00 2014 +0100
+++ b/VampTestPlugin.h	Tue Nov 25 12:00:52 2014 +0000
@@ -45,6 +45,7 @@
     FeatureSet getRemainingFeatures();
 
 protected:
+    bool m_produceOutput;
     int m_n;
     std::vector<Vamp::RealTime> m_instants;
     int m_stepSize;