changeset 73:062f0e491877 tony tony_v0.6

reduced low amp to 0.1 by default
author matthiasm
date Mon, 16 Jun 2014 11:47:18 +0100
parents fa3a2dbd09a3
children e637cf916002 ee08d7e40308
files PYinVamp.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/PYinVamp.cpp	Fri Jun 13 19:37:39 2014 +0100
+++ b/PYinVamp.cpp	Mon Jun 16 11:47:18 2014 +0100
@@ -46,7 +46,7 @@
     m_threshDistr(2.0f),
     m_outputUnvoiced(0.0f),
     m_preciseTime(0.0f),
-    m_lowAmp(0.2),
+    m_lowAmp(0.1),
     m_pitchProb(0),
     m_timestamp(0)
 {
@@ -184,7 +184,7 @@
     d.unit = "";
     d.minValue = 0.0f;
     d.maxValue = 1.0f;
-    d.defaultValue = 0.2f;
+    d.defaultValue = 0.1f;
     d.isQuantized = false;
     list.push_back(d);