diff MatchVampPlugin.h @ 15:a82276091bbd

Pull out Matcher parameters into an object
author Chris Cannam
date Fri, 10 Oct 2014 12:55:05 +0100
parents 6ea008aa8817
children 4c8526c5bf58
line wrap: on
line diff
--- a/MatchVampPlugin.h	Fri Oct 10 12:04:54 2014 +0100
+++ b/MatchVampPlugin.h	Fri Oct 10 12:55:05 2014 +0100
@@ -69,7 +69,9 @@
     mutable Matcher *pm2;
     mutable MatchFeeder *feeder;
     Vamp::RealTime m_startTime;
-    size_t m_stepSize;
+    int m_stepSize;
+    float m_stepTime;
+    int m_blockSize;
     bool m_serialise;
     bool m_begin;
     bool m_locked;