diff Chordino.cpp @ 59:1ccb883b585f matthiasm-plugin

more README and n3 updates; changed rollon parameter to percentage
author matthiasm
date Mon, 25 Oct 2010 23:47:06 +0900
parents 01bc078f5f61
children 9a1f83057e84
line wrap: on
line diff
--- a/Chordino.cpp	Mon Oct 25 22:57:47 2010 +0900
+++ b/Chordino.cpp	Mon Oct 25 23:47:06 2010 +0900
@@ -97,7 +97,7 @@
     d0.identifier = "rollon";
     d0.name = "spectral roll-on";
     d0.description = "Consider the cumulative energy spectrum (from low to high frequencies). All bins below the first bin whose cumulative energy exceeds the quantile [spectral roll on] x [total energy] will be set to 0. A value of 0 means that no bins will be changed.";
-    d0.unit = "";
+    d0.unit = "%";
     d0.minValue = 0;
     d0.maxValue = 0.05;
     d0.defaultValue = 0;