MIDI support layer for JACK. More... Go to the source code of this file. Detailed DescriptionMIDI support layer for JACK. Refer to Reading and writing MIDI data for more details about the purpose of this API part. Definition in file midiport.h.
Typedef Documentation
Base type for raw MIDI event data contained in jack_midi_event_t. Definition at line 71 of file midiport.h.
A Jack MIDI event. MIDI events in JACK are provided as raw standard MIDI data, along with a time stamp which indicates when this MIDI event was received by JACK within the current process slice that your application currently handles. It is out of the scope of this documentation to describe the format of MIDI data in general. Please refer to the official MIDI protocol specification (i.e. on www.midi.org) for more details about MIDI data. To handle MIDI data in JACK as raw MIDI data packets, was chosen intentionally, to not i.e. force a specific version of the MIDI standard, vendor specific extensions of the protocol and so on, which may have cluttered the JACK API unnecessarily. JACK was chosen to remain neutral on those aspects. Refer to _jack_midi_event for the members of this structure. Generated by |
|||||||||||||||||||||||||||||||||
|