Mercurial > hg > qm-vamp-plugins
changeset 5:b033ac01902b
* More sensible descriptions and labels
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 14 Apr 2006 09:38:09 +0000 |
parents | ffd3c1699bee |
children | d00c1bad7332 |
files | plugins/BeatDetect.cpp plugins/ChromagramPlugin.cpp plugins/TonalChangeDetect.cpp |
diffstat | 3 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/BeatDetect.cpp Thu Apr 06 12:27:01 2006 +0000 +++ b/plugins/BeatDetect.cpp Fri Apr 14 09:38:09 2006 +0000 @@ -55,19 +55,19 @@ string BeatDetector::getName() const { - return "beats"; + return "qm-tempotracker"; } string BeatDetector::getDescription() const { - return "Beat Detector"; + return "Tempo Tracker"; } string BeatDetector::getMaker() const { - return "QMUL"; + return "Queen Mary, University of London"; } int
--- a/plugins/ChromagramPlugin.cpp Thu Apr 06 12:27:01 2006 +0000 +++ b/plugins/ChromagramPlugin.cpp Fri Apr 14 09:38:09 2006 +0000 @@ -69,7 +69,7 @@ string ChromagramPlugin::getMaker() const { - return "QMUL"; + return "Queen Mary, University of London"; } int
--- a/plugins/TonalChangeDetect.cpp Thu Apr 06 12:27:01 2006 +0000 +++ b/plugins/TonalChangeDetect.cpp Fri Apr 14 09:38:09 2006 +0000 @@ -76,7 +76,7 @@ std::string TonalChangeDetect::getDescription() const { - return "TonalChange"; + return "Tonal Change"; } std::string TonalChangeDetect::getMaker() const