changeset 128:060ae29d3fdf

cleared feature vector (I think that was a bug)
author Matthias Mauch <mail@matthiasmauch.net>
date Wed, 01 Jul 2015 19:09:30 +0100
parents 86fa38deda17
children 72b3892c1d51 5c1572dd225a
files PYinVamp.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/PYinVamp.cpp	Tue Apr 21 12:55:42 2015 +0100
+++ b/PYinVamp.cpp	Wed Jul 01 19:09:30 2015 +0100
@@ -494,6 +494,7 @@
     }
     fs[m_oF0Probs].push_back(f);
     
+    f.values.clear();
     f.values.push_back(voicedProb);
     fs[m_oVoicedProb].push_back(f);