Module midi

Source
Expand description

Provides an abstraction for MIDI processing that works for stand-alone and [vst] events

Structs§

NoopMidiEventHandler
An instance of MidiEventHandler that doesn’t do anything with its events.

Traits§

MidiEventHandler
A MIDI event processor
MidiMessageLike
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.