Expand description
Provides an abstraction for MIDI processing that works for stand-alone and [vst
] events
Structs§
- Noop
Midi Event Handler - An instance of MidiEventHandler that doesn’t do anything with its events.
Traits§
- Midi
Event Handler - A MIDI event processor
- Midi
Message Like - Represents an “Event” type for audio processors. Due to how events are forwarded to processors, the list of events received might contain non-MIDI events.