mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-22 01:34:21 +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_AudioParameterBool.cpp | ||
| juce_AudioParameterBool.h | ||
| juce_AudioParameterChoice.cpp | ||
| juce_AudioParameterChoice.h | ||
| juce_AudioParameterFloat.cpp | ||
| juce_AudioParameterFloat.h | ||
| juce_AudioParameterInt.cpp | ||
| juce_AudioParameterInt.h | ||
| juce_AudioProcessorParameterWithID.cpp | ||
| juce_AudioProcessorParameterWithID.h | ||
| juce_AudioProcessorValueTreeState.cpp | ||
| juce_AudioProcessorValueTreeState.h | ||
| juce_ExtensionsVisitor.h | ||
| juce_ParameterAttachments.cpp | ||
| juce_ParameterAttachments.h | ||
| juce_PluginHostType.cpp | ||
| juce_PluginHostType.h | ||
| juce_RangedAudioParameter.cpp | ||
| juce_RangedAudioParameter.h | ||
| juce_VST3ClientExtensions.h | ||
| juce_VSTCallbackHandler.h | ||