Mercurial > hg > qm-vamp-plugins
diff plugins/BarBeatTrack.h @ 144:67b6ea887d5d
* BeatTracker::BeatTracker has 4 new parameters: m_alpha, m_tightness, m_inputtempo and m_constraintempo
* same applies to BarBeatTracker (protected)
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Wed, 12 Dec 2012 15:39:00 +0000 |
parents | dcf5800f0f00 |
children |
line wrap: on
line diff
--- a/plugins/BarBeatTrack.h Wed Dec 12 15:28:33 2012 +0000 +++ b/plugins/BarBeatTrack.h Wed Dec 12 15:39:00 2012 +0000 @@ -56,6 +56,13 @@ static float m_stepSecs; int m_bpb; FeatureSet barBeatTrack(); + + // MEPD new protected parameters to allow the user to control these advanced parameters of the beat tracker + // changes are as per the BeatTrack.h + double m_alpha; + double m_tightness; + double m_inputtempo; + bool m_constraintempo; };