On Fri, 2008-10-17 at 15:46 +0200, Julien Claassen wrote:
Hello!
If I want to output a MIDI note to all channels, what do I have to assign to
snd_seq_event_t *ev;
ev->data.note.channel
Is there a possibility to do so in one strike, or do I ave to iterate
through all 16 channels?
there is no code in MIDI for "all channels".
--p