mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-17 00:44: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. |
||
|---|---|---|
| .. | ||
| juce_VST3_Wrapper.cpp | ||