Mercurial > hg > qm-vamp-plugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
143:592ac92002a8 | 146:c4837ed2eeb1 |
---|---|
53 | 53 |
54 protected: | 54 protected: |
55 BeatTrackerData *m_d; | 55 BeatTrackerData *m_d; |
56 int m_method; | 56 int m_method; |
57 int m_dfType; | 57 int m_dfType; |
58 | |
59 // MEPD new protected parameters to allow the user to control these advanced parameters of the beat tracker | |
60 double m_alpha; | |
61 double m_tightness; | |
62 double m_inputtempo; | |
63 bool m_constraintempo; | |
64 | |
58 bool m_whiten; | 65 bool m_whiten; |
59 static float m_stepSecs; | 66 static float m_stepSecs; |
60 FeatureSet beatTrackOld(); | 67 FeatureSet beatTrackOld(); |
61 FeatureSet beatTrackNew(); | 68 FeatureSet beatTrackNew(); |
62 }; | 69 }; |