projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
947bbd3
)
examples/aubioonset.c: remove unused parameter
author
Paul Brossier
<piem@piem.org>
Sun, 10 Feb 2013 20:10:40 +0000
(15:10 -0500)
committer
Paul Brossier
<piem@piem.org>
Sun, 10 Feb 2013 20:10:40 +0000
(15:10 -0500)
examples/aubioonset.c
patch
|
blob
|
history
diff --git
a/examples/aubioonset.c
b/examples/aubioonset.c
index
5e23a29
..
d4d14e5
100644
(file)
--- a/
examples/aubioonset.c
+++ b/
examples/aubioonset.c
@@
-26,7
+26,6
@@
aubio_onset_t *o;
fvec_t *onset;
static int aubio_process(smpl_t **input, smpl_t **output, int nframes) {
- unsigned int i; /*channels*/
unsigned int j; /*frames*/
for (j=0;j<(unsigned)nframes;j++) {
if(usejack) {