Mercurial > hg > vamp-plugin-sdk
diff examples/FixedTempoEstimator.h @ 243:3cf5bd155e5b
* Some build improvements
* Make parameterisable values in tempo estimator into parameters
author | cannam |
---|---|
date | Mon, 10 Nov 2008 22:04:40 +0000 |
parents | fa8afbb7221b |
children | c97e70ed5abc |
line wrap: on
line diff
--- a/examples/FixedTempoEstimator.h Mon Nov 10 17:34:14 2008 +0000 +++ b/examples/FixedTempoEstimator.h Mon Nov 10 22:04:40 2008 +0000 @@ -78,26 +78,6 @@ protected: class D; D *m_d; - - size_t m_stepSize; - size_t m_blockSize; - - float *m_priorMagnitudes; - - size_t m_dfsize; - float *m_df; - float *m_r; - float *m_fr; - float *m_t; - size_t m_n; - - Vamp::RealTime m_start; - Vamp::RealTime m_lasttime; - - void calculate(); - FeatureSet assembleFeatures(); - float lag2tempo(int); - int tempo2lag(float); };