comparison BeatRootVampPlugin.cpp @ 22:6afcb5edd7ab

Fix compiler warnings, etc
author Chris Cannam
date Wed, 28 Aug 2013 16:50:40 +0100
parents f66ed426a14f
children 633ec097fa56
comparison
equal deleted inserted replaced
21:d98bc465a116 22:6afcb5edd7ab
207 207
208 BeatRootVampPlugin::FeatureSet 208 BeatRootVampPlugin::FeatureSet
209 BeatRootVampPlugin::getRemainingFeatures() 209 BeatRootVampPlugin::getRemainingFeatures()
210 { 210 {
211 EventList el = m_processor->beatTrack(); 211 EventList el = m_processor->beatTrack();
212 212
213 Feature f; 213 Feature f;
214 f.hasTimestamp = true; 214 f.hasTimestamp = true;
215 f.hasDuration = false; 215 f.hasDuration = false;
216 f.label = ""; 216 f.label = "";
217 f.values.clear(); 217 f.values.clear();