# HG changeset patch # User Chris Cannam # Date 1495032929 -3600 # Node ID e3f53fac06c3034c325a7e016f397a60b792d0b6 # Parent 7d7d16654ad70eda68c13a32ffe1457e7e0a6e32 Make default consistent with reality diff -r 7d7d16654ad7 -r e3f53fac06c3 PYinVamp.cpp --- a/PYinVamp.cpp Wed May 17 15:09:29 2017 +0100 +++ b/PYinVamp.cpp Wed May 17 15:55:29 2017 +0100 @@ -162,7 +162,7 @@ d.unit = ""; d.minValue = 0.0f; d.maxValue = 1.0f; - d.defaultValue = 0.0f; + d.defaultValue = 1.0f; d.isQuantized = true; d.quantizeStep = 1.0f; list.push_back(d);