diff examples/FixedTempoEstimator.h @ 207:fa8afbb7221b

* big improvements to FixedTempoEstimator
author cannam
date Wed, 15 Oct 2008 13:09:08 +0000
parents 4275327f9c79
children 3cf5bd155e5b
line wrap: on
line diff
--- a/examples/FixedTempoEstimator.h	Wed Oct 15 11:10:53 2008 +0000
+++ b/examples/FixedTempoEstimator.h	Wed Oct 15 13:09:08 2008 +0000
@@ -97,6 +97,7 @@
     void calculate();
     FeatureSet assembleFeatures();
     float lag2tempo(int);
+    int tempo2lag(float);
 };