diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-10-10 05:59:43 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-10-10 05:59:43 +0200 |
commit | 42791afe69fc2f06a8c606008b933323c55b1039 (patch) | |
tree | 369f288509730740d8c3a9158f436f7b2eea7a76 /apps/midi.h | |
parent | added midi captureing code (diff) |
osc know has an own stuct too
Diffstat (limited to 'apps/midi.h')
-rw-r--r-- | apps/midi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/midi.h b/apps/midi.h index 176b528..91634a8 100644 --- a/apps/midi.h +++ b/apps/midi.h @@ -27,7 +27,6 @@ typedef struct { snd_rawmidi_t* input_; - snd_rawmidi_t* output_; } midi_t; int midi_init(midi_t* m, const char* device); |