mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-15 00:24:19 +00:00
To use this feature, derive your AudioProcessor from VST3ClientExtensions and override getPluginHasMainInput() to return false. The main input bus will then be designated as an Aux bus, rather than a Main bus. This is mainly useful for synth plugins like vocoders, which may need a sidechain audio input, but which should replace all audio on the channel with the output of the synth, rather than mixing with the audio input. |
||
|---|---|---|
| .. | ||
| format | ||
| format_types | ||
| processors | ||
| scanning | ||
| utilities | ||
| juce_audio_processors.cpp | ||
| juce_audio_processors.h | ||
| juce_audio_processors.mm | ||