1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00
JUCE/modules/juce_audio_processors/utilities
reuk 8f29b2cb83
VST3: Allow plugins to designate the first input bus as Aux rather than Main
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.
2021-07-27 15:10:53 +01:00
..
juce_AudioParameterBool.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_AudioParameterBool.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_AudioParameterChoice.cpp Clang: Fix warnings when building with clang 10 2020-07-01 10:00:43 +01:00
juce_AudioParameterChoice.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_AudioParameterFloat.cpp Clang: Fix warnings when building with clang 10 2020-07-01 10:00:43 +01:00
juce_AudioParameterFloat.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_AudioParameterInt.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_AudioParameterInt.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_AudioProcessorParameterWithID.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_AudioProcessorParameterWithID.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_AudioProcessorValueTreeState.cpp Windows: Fix and suppress some analysis warnings 2021-05-26 15:34:26 +01:00
juce_AudioProcessorValueTreeState.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ExtensionsVisitor.h AudioPluginInstance: Add new API to query properties of hosted plugins 2021-06-11 10:53:26 +01:00
juce_ParameterAttachments.cpp ComboBoxAttachment: Fix an issue where parameter ranges were converted incorrectly 2020-07-01 16:25:13 +01:00
juce_ParameterAttachments.h ComboBoxAttachment: Fix an issue where parameter ranges were converted incorrectly 2020-07-01 16:25:13 +01:00
juce_PluginHostType.cpp PluginHostType: Added Adobe Audition on macOS 2021-04-22 12:16:25 +01:00
juce_PluginHostType.h PluginHostType: Added AU Lab 2021-04-22 12:16:20 +01:00
juce_RangedAudioParameter.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_RangedAudioParameter.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_VST3ClientExtensions.h VST3: Allow plugins to designate the first input bus as Aux rather than Main 2021-07-27 15:10:53 +01:00
juce_VSTCallbackHandler.h AudioProcessor: Add extensions API for VST3 clients 2021-06-11 10:53:26 +01:00