Expand description
Internal wrapper types
Structs§
- NoMidi
Event Handler - Noop MIDI event handler.
- Standalone
Audio Only Processor - A standalone processor impl that will only process audio
- Standalone
Options - Options for
audio-processor-standalone
, this is provided by theStandaloneProcessor
trait implementation at the moment, which is less than ideal. - Standalone
Processor Impl - A standalone processor impl that will process audio and MIDI
Traits§
- Standalone
Processor - Abstract standalone processor with runtime optional MIDI handling.