diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-10-12 02:10:33 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-10-12 02:10:33 +0200 |
commit | 77a5006d1b0963194d841eea71e44cba511c862f (patch) | |
tree | be0e9ba9a3013f92b3f3b6cc864021734e5824b6 /apps/osc.c | |
parent | writing of task buf works now (diff) |
reading of seperate midi messages works now
Diffstat (limited to 'apps/osc.c')
-rw-r--r-- | apps/osc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ int osc_get_poll_fds(osc_t* o, struct pollfd *pfds, int npfds) return 0; } -int osc_handle_revents(osc_t* o, struct pollfd *pfds, int npfds) +int osc_handle_revents(osc_t* o, struct pollfd *pfds, int npfds, mixer_t* x) { assert(npfds == 1); |