# HG changeset patch # User Chris Cannam # Date 1559730184 -3600 # Node ID 855c91bfc912be576a3948a7866bd5d77ecacde5 # Parent 6406e46c2f53eea664fd184019661ce8ac42254f Further style fixes diff -r 6406e46c2f53 -r 855c91bfc912 plugins/OnsetDetect.cpp --- a/plugins/OnsetDetect.cpp Mon Jun 03 11:51:39 2019 +0100 +++ b/plugins/OnsetDetect.cpp Wed Jun 05 11:23:04 2019 +0100 @@ -442,7 +442,7 @@ PeakPicking peakPicker(ppParams); double *ppSrc = new double[ppParams.length]; - for (unsigned int i = 0; i < ppParams.length; ++i) { + for (int i = 0; i < ppParams.length; ++i) { ppSrc[i] = m_d->dfOutput[i]; } @@ -473,10 +473,10 @@ returnFeatures[0].push_back(feature); // onsets are output 0 } - for (unsigned int i = 0; i < ppParams.length; ++i) { + for (int i = 0; i < ppParams.length; ++i) { Feature feature; -// feature.hasTimestamp = false; + feature.hasTimestamp = true; size_t frame = i * m_d->dfConfig.stepSize; feature.timestamp = m_d->origin + Vamp::RealTime::frame2RealTime diff -r 6406e46c2f53 -r 855c91bfc912 repoint-lock.json --- a/repoint-lock.json Mon Jun 03 11:51:39 2019 +0100 +++ b/repoint-lock.json Wed Jun 05 11:23:04 2019 +0100 @@ -4,7 +4,7 @@ "pin": "62987b6d6a3b" }, "qm-dsp": { - "pin": "66e6b6da0c9434c2d0c6dd26a185dd4788159568" + "pin": "4088d4187a362dcffc85f769d619b2c449a9653f" } } }