changeset 25:beac12ce4760

* Re-label tempo detector to beat tracker -- in this incarnation, it returns only beat locations, not tempi
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 12 Nov 2008 15:12:19 +0000
parents eb246395f576
children f8c666ce30e2
files plugins/Tempo.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/Tempo.cpp	Wed Oct 29 12:38:06 2008 +0000
+++ b/plugins/Tempo.cpp	Wed Nov 12 15:12:19 2008 +0000
@@ -65,7 +65,7 @@
 string
 Tempo::getName() const
 {
-    return "Aubio Tempo Detector";
+    return "Aubio Beat Tracker";
 }
 
 string