comparison examples/FixedTempoEstimator.h @ 204:4275327f9c79

* More tweaks to fixed-tempo estimator
author cannam
date Tue, 14 Oct 2008 17:26:26 +0000
parents a86e777bf9a6
children fa8afbb7221b
comparison
equal deleted inserted replaced
203:4e90c48a7460 204:4275327f9c79
86 86
87 size_t m_dfsize; 87 size_t m_dfsize;
88 float *m_df; 88 float *m_df;
89 float *m_r; 89 float *m_r;
90 float *m_fr; 90 float *m_fr;
91 float *m_t;
91 size_t m_n; 92 size_t m_n;
92 93
93 Vamp::RealTime m_start; 94 Vamp::RealTime m_start;
94 Vamp::RealTime m_lasttime; 95 Vamp::RealTime m_lasttime;
95 96