Jack2
1.9.9
|
Public Member Functions | |
jack_midi_event_t * | DequeueEvent () |
void | ResetInputBuffer (uint32_t *input_buffer, jack_nframes_t length) |
Definition at line 27 of file JackFFADOMidiReceiveQueue.h.
|
virtual |
Dequeues an event from the queue. Returns the event, or 0 if no events are available for reading.
An event dequeued from the read queue is guaranteed to be valid up until another event is dequeued, at which all bets are off. Make sure that you handle each event you dequeue before dequeueing the next event.
Implements Jack::JackMidiReadQueue.
Definition at line 31 of file JackFFADOMidiReceiveQueue.cpp.