On Tue, Jul 23, 2002 at 09:23:27 -0400, Paul Davis wrote:
> >If you actaully want to deal with raw MIDI (you'd be mad, but...) then its
> >OK, as the maximum ammount of data per jack unit time is pretty small, but
> >I agree, it's better dealt with via the alsa api.
> 
>       struct jack_midi_buffer_t {
>            unsigned int event_cnt;
>            WhateverTheALSASequencerEventTypeIsCalled events[0];
>       };

Right, but it seems silly when there are so many alsa sequencer apps out
there. Though, having the audio and MIDI unified in one connection API
does seem tempting.

- Steve

Reply via email to