* Add frequency range limits, frequency-wrap option, and silence
[vamp-aubio-plugins.git] / plugins / Tempo.cpp
index 9d2b708..5ebf25e 100644 (file)
@@ -22,7 +22,7 @@ using std::vector;
 using std::cerr;
 using std::endl;
 
-#define HAVE_AUBIO_LOCKED_TEMPO_HACK
+//#define HAVE_AUBIO_LOCKED_TEMPO_HACK
 
 Tempo::Tempo(float inputSampleRate) :
     Plugin(inputSampleRate),
@@ -71,7 +71,7 @@ Tempo::getName() const
 string
 Tempo::getDescription() const
 {
-    return "Estimate the musical tempo by tracking note onset timings";
+    return "Estimate the musical tempo and track beat positions";
 }
 
 string