diff VampTestPlugin.h @ 20:cfff2b6ff0fd

Add timestamp output and frequency-domain version
author Chris Cannam
date Wed, 14 Jan 2015 10:55:32 +0000
parents 014cce47e998
children c5c40824800a
line wrap: on
line diff
--- a/VampTestPlugin.h	Wed Dec 03 10:40:07 2014 +0000
+++ b/VampTestPlugin.h	Wed Jan 14 10:55:32 2015 +0000
@@ -10,7 +10,7 @@
 class VampTestPlugin : public Vamp::Plugin
 {
 public:
-    VampTestPlugin(float inputSampleRate);
+    VampTestPlugin(float inputSampleRate, bool freq);
     virtual ~VampTestPlugin();
 
     string getIdentifier() const;
@@ -45,6 +45,7 @@
     FeatureSet getRemainingFeatures();
 
 protected:
+    bool m_frequencyDomain;
     bool m_produceOutput;
     int m_n;
     std::vector<Vamp::RealTime> m_instants;