changeset 148:e3f53fac06c3 memory

Make default consistent with reality
author Chris Cannam
date Wed, 17 May 2017 15:55:29 +0100
parents 7d7d16654ad7
children b83e6fbe22cc
files PYinVamp.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);