From: Chris Cannam Date: Wed, 12 Nov 2008 15:12:19 +0000 (+0000) Subject: * Re-label tempo detector to beat tracker -- in this incarnation, it returns X-Git-Tag: hgimport~25 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=44a3462263bf3807b8736e230755ca3ddb3f200a;p=vamp-aubio-plugins.git * Re-label tempo detector to beat tracker -- in this incarnation, it returns only beat locations, not tempi --- 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