From 7c42fc102a8a003345c3fc1b3916dddef2f47c0b Mon Sep 17 00:00:00 2001 From: jules Date: Mon, 3 Nov 2014 17:45:13 +0000 Subject: [PATCH] Fixed typo in AU wrapper. --- modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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