comparison 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
comparison
equal deleted inserted replaced
31:5cd7e3069553 32:8cde4a0f36ef
54 OnsetDetectorData *m_d; 54 OnsetDetectorData *m_d;
55 int m_dfType; 55 int m_dfType;
56 float m_sensitivity; 56 float m_sensitivity;
57 bool m_whiten; 57 bool m_whiten;
58 std::string m_program; 58 std::string m_program;
59 static float m_stepSecs; 59 static float m_preferredStepSecs;
60 }; 60 };
61 61
62 62
63 #endif 63 #endif