diff plugins/BeatTrack.h @ 146:c4837ed2eeb1

Merge mepd_new_params branch
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 02 Sep 2013 09:29:34 +0100
parents 67b6ea887d5d
children
line wrap: on
line diff
--- a/plugins/BeatTrack.h	Wed Dec 12 15:28:33 2012 +0000
+++ b/plugins/BeatTrack.h	Mon Sep 02 09:29:34 2013 +0100
@@ -55,6 +55,13 @@
     BeatTrackerData *m_d;
     int m_method;
     int m_dfType;
+
+    // MEPD new protected parameters to allow the user to control these advanced parameters of the beat tracker
+    double m_alpha;
+    double m_tightness;
+    double m_inputtempo;
+    bool m_constraintempo;
+
     bool m_whiten;
     static float m_stepSecs;
     FeatureSet beatTrackOld();