diff 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
line wrap: on
line diff
--- a/examples/FixedTempoEstimator.h	Mon Oct 13 21:27:47 2008 +0000
+++ b/examples/FixedTempoEstimator.h	Tue Oct 14 17:26:26 2008 +0000
@@ -88,6 +88,7 @@
     float *m_df;
     float *m_r;
     float *m_fr;
+    float *m_t;
     size_t m_n;
 
     Vamp::RealTime m_start;