# HG changeset patch # User Chris Cannam # Date 1226502739 0 # Node ID beac12ce47603c6a8a78390478c68657e939cc2c # Parent eb246395f5761f5b87d96ceceb328b3ca59be5f2 * Re-label tempo detector to beat tracker -- in this incarnation, it returns only beat locations, not tempi diff -r eb246395f576 -r beac12ce4760 plugins/Tempo.cpp --- 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