Struct audio_processor_standalone_midi::audio_thread::MidiAudioThreadHandler [−][src]
pub struct MidiAudioThreadHandler { /* fields omitted */ }Expand description
Audio-thread side of MIDI handling.
Pops MIDI events from the the MIDI queue & collects them on a pre-allocated fixed capacity vector.
Implementations
Get a reference to the message buffer
Push messages onto the buffer
This is real-time safe as long as MidiAudioThreadHandler::clear is called on every tick.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MidiAudioThreadHandlerimpl Send for MidiAudioThreadHandlerimpl Sync for MidiAudioThreadHandlerimpl Unpin for MidiAudioThreadHandlerimpl UnwindSafe for MidiAudioThreadHandler