From 44a3462263bf3807b8736e230755ca3ddb3f200a Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Wed, 12 Nov 2008 15:12:19 +0000 Subject: [PATCH 1/1] * Re-label tempo detector to beat tracker -- in this incarnation, it returns only beat locations, not tempi --- plugins/Tempo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Tempo.cpp b/plugins/Tempo.cpp index 5ebf25e..dcadd10 100644 --- a/plugins/Tempo.cpp +++ b/plugins/Tempo.cpp @@ -65,7 +65,7 @@ Tempo::getIdentifier() const string Tempo::getName() const { - return "Aubio Tempo Detector"; + return "Aubio Beat Tracker"; } string -- 2.11.0