# HG changeset patch # User matthiasm # Date 1402915638 -3600 # Node ID 062f0e49187789937b6162d2904b1af20872ed5e # Parent fa3a2dbd09a332dfe8cf7be55896b12d75c3ba6f reduced low amp to 0.1 by default diff -r fa3a2dbd09a3 -r 062f0e491877 PYinVamp.cpp --- 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);