diff plugins/OnsetDetect.h @ 32:8cde4a0f36ef

* Permit onset detector to use different step and block sizes from preferred (this produces wrong results for the beat tracker, but not onset detector)
author Chris Cannam <c.cannam@qmul.ac.uk>
date Fri, 09 Nov 2007 17:03:58 +0000
parents ff5a09e45209
children dcf5800f0f00
line wrap: on
line diff
--- a/plugins/OnsetDetect.h	Mon Sep 03 13:37:25 2007 +0000
+++ b/plugins/OnsetDetect.h	Fri Nov 09 17:03:58 2007 +0000
@@ -56,7 +56,7 @@
     float m_sensitivity;
     bool m_whiten;
     std::string m_program;
-    static float m_stepSecs;
+    static float m_preferredStepSecs;
 };