# HG changeset patch # User chriss # Date 1196768953 0 # Node ID 1682d09ec2dd0a58de9c4002bd85dd56f2bc7e19 # Parent 7359cda467c33692e7afd989e1a29f937a1c4cfe Small fix for bin name bug diff -r 7359cda467c3 -r 1682d09ec2dd plugins/KeyDetect.cpp --- a/plugins/KeyDetect.cpp Wed Nov 21 16:54:56 2007 +0000 +++ b/plugins/KeyDetect.cpp Tue Dec 04 11:49:13 2007 +0000 @@ -253,6 +253,7 @@ d.minValue = 0; d.maxValue = 23; d.quantizeStep = 1; + d.binNames.erase(d.binNames.begin(),d.binNames.end()); d.sampleType = OutputDescriptor::OneSamplePerStep; list.push_back(d);