From 72f7565e3210dfc8c068962fdcae7c99db5d6557 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 12 Oct 2015 07:45:36 +0200 Subject: added inital osc support --- client/midi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/midi.h') diff --git a/client/midi.h b/client/midi.h index 2446103..b6e51fc 100644 --- a/client/midi.h +++ b/client/midi.h @@ -27,6 +27,7 @@ #include #include "slist.h" +#include "osc.h" typedef struct { snd_rawmidi_t* input_; @@ -49,7 +50,6 @@ typedef struct { int midi_init(midi_t* m, const char* device); int midi_get_poll_fd_count(midi_t* m); int midi_get_poll_fds(midi_t* m, struct pollfd *pfds, int npfds); -//int midi_handle_revents(midi_t* m, struct pollfd *pfds, int npfds, osc_t* o); -int midi_handle_revents(midi_t* m, struct pollfd *pfds, int npfds); +int midi_handle_revents(midi_t* m, struct pollfd *pfds, int npfds, osc_t* o); #endif -- cgit v1.2.3