changeset 151:87c13eccd52e

More wording changes
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 02 Sep 2013 16:34:50 +0100
parents 7c7881bbb6ca
children 979281679a39
files plugins/BarBeatTrack.cpp plugins/BeatTrack.cpp
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/BarBeatTrack.cpp	Mon Sep 02 12:58:14 2013 +0100
+++ b/plugins/BarBeatTrack.cpp	Mon Sep 02 16:34:50 2013 +0100
@@ -148,7 +148,7 @@
     //User input tempo
     desc.identifier = "inputtempo";
     desc.name = "Tempo Hint";
-    desc.description = "User-defined tempo on which to centre the probability distribution";
+    desc.description = "User-defined tempo on which to centre the tempo preference function";
     desc.minValue =  50;
     desc.maxValue = 250;
     desc.defaultValue = 120;
--- a/plugins/BeatTrack.cpp	Mon Sep 02 12:58:14 2013 +0100
+++ b/plugins/BeatTrack.cpp	Mon Sep 02 16:34:50 2013 +0100
@@ -171,7 +171,7 @@
     //User input tempo
     desc.identifier = "inputtempo";
     desc.name = "Tempo Hint";
-    desc.description = "User-defined tempo on which to centre the probability distribution";
+    desc.description = "User-defined tempo on which to centre the tempo preference function";
     desc.minValue =  50;
     desc.maxValue = 250;
     desc.defaultValue = 120;