projects
/
pd-aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9c88ad
)
src/aubioshift~.c: remove debug output
pitchshift
author
Paul Brossier
<piem@piem.org>
Wed, 28 Sep 2016 13:27:18 +0000
(15:27 +0200)
committer
Paul Brossier
<piem@piem.org>
Wed, 28 Sep 2016 13:27:18 +0000
(15:27 +0200)
src/aubioshift~.c
patch
|
blob
|
history
diff --git
a/src/aubioshift~.c
b/src/aubioshift~.c
index
f4f4c39
..
2c2ee22
100644
(file)
--- a/
src/aubioshift~.c
+++ b/
src/aubioshift~.c
@@
-91,7
+91,6
@@
static void *aubioshift_tilde_new (t_floatarg f, t_symbol *s)
void aubioshift_tilde_del(t_aubioshift_tilde *x)
{
- post("aubioshift_tilde_del");
inlet_free(x->inlet);
outlet_free(x->outlet);
del_aubio_pitchshift(x->pitchshift);