projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42c3dc0
)
src/tempo/tempo.c: comment out unused assign
author
Paul Brossier
<piem@piem.org>
Mon, 2 Nov 2015 22:13:19 +0000
(23:13 +0100)
committer
Paul Brossier
<piem@piem.org>
Mon, 2 Nov 2015 22:13:19 +0000
(23:13 +0100)
src/tempo/tempo.c
patch
|
blob
|
history
diff --git
a/src/tempo/tempo.c
b/src/tempo/tempo.c
index
868f5fd
..
8c28246
100644
(file)
--- a/
src/tempo/tempo.c
+++ b/
src/tempo/tempo.c
@@
-103,7
+103,7
@@
void aubio_tempo_do(aubio_tempo_t *o, fvec_t * input, fvec_t * tempo)
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])) {