* Re-label tempo detector to beat tracker -- in this incarnation, it returns
[vamp-aubio-plugins.git] / plugins / Tempo.cpp
index 9ba35a4..dcadd10 100644 (file)
@@ -65,13 +65,13 @@ Tempo::getIdentifier() const
 string
 Tempo::getName() const
 {
-    return "Aubio Tempo Detector";
+    return "Aubio Beat Tracker";
 }
 
 string
 Tempo::getDescription() const
 {
-    return "Estimate the musical tempo by tracking note onset timings";
+    return "Estimate the musical tempo and track beat positions";
 }
 
 string