diff TempogramPlugin.cpp @ 15:203551cbad47

* FIRFilter now has three output options - take all output elements, first lengthOfInput outputs, or take first lengthOfInput output after group delay
author Carl Bussey <c.bussey@se10.qmul.ac.uk>
date Thu, 14 Aug 2014 11:09:43 +0100
parents c11367df624d
children 89bc9e5199d7
line wrap: on
line diff
--- a/TempogramPlugin.cpp	Thu Aug 14 10:31:49 2014 +0100
+++ b/TempogramPlugin.cpp	Thu Aug 14 11:09:43 2014 +0100
@@ -135,7 +135,7 @@
 
     ParameterDescriptor d1;
     d1.identifier = "C";
-    d1.name = "C";
+    d1.name = "Novelty Curve Spectrogram Compression Constant";
     d1.description = "Spectrogram compression constant, C, used when retrieving the novelty curve from the audio.";
     d1.unit = "";
     d1.minValue = 2;
@@ -191,7 +191,7 @@
     
     ParameterDescriptor d5;
     d5.identifier = "minBPM";
-    d5.name = "Minimum BPM";
+    d5.name = "Tempogram Minimum BPM";
     d5.description = "The minimum BPM of the tempogram output bins.";
     d5.unit = "";
     d5.minValue = 0;
@@ -203,7 +203,7 @@
     
     ParameterDescriptor d6;
     d6.identifier = "maxBPM";
-    d6.name = "Maximum BPM";
+    d6.name = "Tempogram Maximum BPM";
     d6.description = "The minimum BPM of the tempogram output bins.";
     d6.unit = "";
     d6.minValue = 30;