Module host

Source
Expand description

Hosting of MIDI

Structs§

MidiHost
Host for MIDI messages, opens all ports & forwards them onto a lock-free queue the audio-thread can pop from.
MidiMessageEntry
One entry in the MIDI message queue
MidiMessageWrapper
A wrapper type to wrap messages. Messages must be 3 bytes in length (SysEx will be dropped).

Enums§

MidiError
An error during MIDI processing

Type Aliases§

MidiMessageQueue
Shared reference to the MIDI message queue