Module standalone_processor

Source
Expand description

Internal wrapper types

Structs§

NoMidiEventHandler
Noop MIDI event handler.
StandaloneAudioOnlyProcessor
A standalone processor impl that will only process audio
StandaloneOptions
Options for audio-processor-standalone, this is provided by the StandaloneProcessor trait implementation at the moment, which is less than ideal.
StandaloneProcessorImpl
A standalone processor impl that will process audio and MIDI

Traits§

StandaloneProcessor
Abstract standalone processor with runtime optional MIDI handling.