shithub: aubio

Download patch

ref: 810b3b6462a5b725a015d12f4c592b851ac57efa
parent: 42c3dc03b1c1ab1013f95e181f71b639b4966d28
author: Paul Brossier <piem@piem.org>
date: Mon Nov 2 18:13:19 EST 2015

src/tempo/tempo.c: comment out unused assign

--- a/src/tempo/tempo.c
+++ b/src/tempo/tempo.c
@@ -103,7 +103,7 @@
   o->dfframe->data[winlen - step + o->blockpos] = thresholded->data[0];
   /* end of second level loop */
   tempo->data[0] = 0; /* reset tactus */
-  i=0;
+  //i=0;
   for (i = 1; i < o->out->data[0]; i++ ) {
     /* if current frame is a predicted tactus */
     if (o->blockpos == FLOOR(o->out->data[i])) {