diff NNLSBase.cpp @ 48:6e76c7710fa1 matthiasm-plugin

removed subtraction in chroma dictionary, added to-the-power-of-1.5 in chordino
author matthiasm
date Mon, 25 Oct 2010 16:58:32 +0900
parents d01f94d58ef0
children b6cddb109482
line wrap: on
line diff
--- a/NNLSBase.cpp	Mon Oct 25 02:33:47 2010 +0900
+++ b/NNLSBase.cpp	Mon Oct 25 16:58:32 2010 +0900
@@ -166,7 +166,8 @@
     d0.minValue = 0;
     d0.maxValue = 0.05;
     d0.defaultValue = 0;
-    d0.isQuantized = false;
+    d0.isQuantized = true;
+	d0.quantizeStep = 0.005;
     list.push_back(d0);
 
     ParameterDescriptor d1;