jack ~master (2015-03-29T12:05:11Z)
Dub
Repo
JackMidiPortBufferRange
jack
midiport
Undocumented in source.
struct
JackMidiPortBufferRange {
void
*
ptr_
;
uint32_t
index_
;
uint32_t
count_
;
bool
empty
();
JackMidiEvent
front
();
void
popFront
();
}
Members
Functions
empty
bool
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
front
JackMidiEvent
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
count_
uint32_t
count_
;
Undocumented in source.
index_
uint32_t
index_
;
Undocumented in source.
ptr_
void
*
ptr_
;
Undocumented in source.
Meta
Source
See Implementation
jack
midiport
aliases
JackMidiEvent
functions
get_midi_buffer
structs
JackMidiPortBuffer
JackMidiPortBufferRange