projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1274e9f
)
ext/jackio.c: get ochan output audio ports, not ichan
author
Paul Brossier
<piem@piem.org>
Fri, 25 Sep 2009 03:19:37 +0000
(
05:19
+0200)
committer
Paul Brossier
<piem@piem.org>
Fri, 25 Sep 2009 03:19:37 +0000
(
05:19
+0200)
ext/jackio.c
patch
|
blob
|
history
diff --git
a/ext/jackio.c
b/ext/jackio.c
index 4fe7dff6db09e3d00dc190a604194835f1b3456e..667a6bce013054e72941933d28be377be3c92b84 100644
(file)
--- a/
ext/jackio.c
+++ b/
ext/jackio.c
@@
-194,6
+194,8
@@
aubio_jack_process (jack_nframes_t nframes, void *arg)
/* get readable input */
dev->ibufs[i] =
(jack_sample_t *) jack_port_get_buffer (dev->iports[i], nframes);
+ }
+ for (i = 0; i < dev->ochan; i++) {
/* get writable output */
dev->obufs[i] =
(jack_sample_t *) jack_port_get_buffer (dev->oports[i], nframes);