diff examples/FixedTempoEstimator.cpp @ 213:87b131a54b0a

* Update Makefile.osx
author cannam
date Wed, 22 Oct 2008 08:49:17 +0000
parents 0f6616ef0e18
children a5a54b60e82e
line wrap: on
line diff
--- a/examples/FixedTempoEstimator.cpp	Tue Oct 21 09:57:12 2008 +0000
+++ b/examples/FixedTempoEstimator.cpp	Wed Oct 22 08:49:17 2008 +0000
@@ -593,6 +593,7 @@
     feature.label = "";
 
     while (feature.values.size() < 8) {
+//        cerr << "adding tempo value from lag " << ci->second << endl;
         if (m_t[ci->second] > 0) {
             feature.values.push_back(m_t[ci->second]);
         } else {