diff --git a/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp b/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp index 82f42a19ec..4151e6699a 100644 --- a/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp +++ b/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp @@ -764,7 +764,7 @@ public: const AudioChannelSet& channelSet = bus.getCurrentLayout(); AudioChannelSet::ChannelType channelType = channelSet.getTypeOfChannel (channelIdx); - properties.flags = vstPinInfoFlagIsActive | vstPinInfoFlagIsStereo; + properties.flags = vstPinInfoFlagIsActive | vstPinInfoFlagValid; properties.configurationType = SpeakerMappings::channelSetToVstArrangementType (channelSet); String label = bus.getName();