changeset 54:180624d62a4c

Range should be 30-120 and default 60
author Chris Cannam
date Tue, 30 Sep 2014 17:30:35 +0100
parents b373b9da2de0
children 7a29d9ecd7d6
files TempogramPlugin.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/TempogramPlugin.cpp	Tue Sep 30 17:23:34 2014 +0100
+++ b/TempogramPlugin.cpp	Tue Sep 30 17:30:35 2014 +0100
@@ -245,8 +245,8 @@
     d9.name = "Cyclic Tempogram Reference Tempo";
     d9.description = "The reference tempo used when calculating the Cyclic Tempogram parameter \'s\'.";
     d9.unit = "";
-    d9.minValue = 5;
-    d9.maxValue = 60;
+    d9.minValue = 30;
+    d9.maxValue = 120;
     d9.defaultValue = 60;
     d9.isQuantized = true;
     d9.quantizeStep = 1;