comparison examples/FixedTempoEstimator.h @ 207:fa8afbb7221b

* big improvements to FixedTempoEstimator
author cannam
date Wed, 15 Oct 2008 13:09:08 +0000
parents 4275327f9c79
children 3cf5bd155e5b
comparison
equal deleted inserted replaced
206:5ee5f0100adb 207:fa8afbb7221b
95 Vamp::RealTime m_lasttime; 95 Vamp::RealTime m_lasttime;
96 96
97 void calculate(); 97 void calculate();
98 FeatureSet assembleFeatures(); 98 FeatureSet assembleFeatures();
99 float lag2tempo(int); 99 float lag2tempo(int);
100 int tempo2lag(float);
100 }; 101 };
101 102
102 103
103 #endif 104 #endif