diff options
Diffstat (limited to 'backends/midi.c')
-rw-r--r-- | backends/midi.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/backends/midi.c b/backends/midi.c index c1480c0..9c6ba80 100644 --- a/backends/midi.c +++ b/backends/midi.c @@ -14,12 +14,6 @@ typedef union { uint64_t label; } midi_channel_ident; -/* - * TODO - * Optionally send note-off messages - * Optionally send updates as after-touch - */ - enum /*_midi_channel_type*/ { none = 0, note, |