changeset 239:855c91bfc912

Further style fixes
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 05 Jun 2019 11:23:04 +0100
parents 6406e46c2f53
children d746e115d5a1
files plugins/OnsetDetect.cpp repoint-lock.json
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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"
     }
   }
 }