Module audio_processor_traits::midi
source · Expand description
Provides an abstraction for MIDI processing that works for stand-alone and [vst] events
Structs
- An instance of MidiEventHandler that doesn’t do anything with its events.
Traits
- A MIDI event processor
- 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.