diff --git a/modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm b/modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm index 9e611be58c..db732fbedd 100644 --- a/modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm +++ b/modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm @@ -714,7 +714,7 @@ public: int findNumInputChannels() { - #if JucePlugin_IsSynth + #if ! JucePlugin_IsSynth if (AUInputElement* e = GetInput(0)) return (int) e->GetStreamFormat().mChannelsPerFrame; #endif