Browse Source

Fixed typo in AU wrapper.

tags/2021-05-28
jules 10 years ago
parent
commit
7c42fc102a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm

+ 1
- 1
modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm View File

@@ -714,7 +714,7 @@ public:
int findNumInputChannels()
{
#if JucePlugin_IsSynth
#if ! JucePlugin_IsSynth
if (AUInputElement* e = GetInput(0))
return (int) e->GetStreamFormat().mChannelsPerFrame;
#endif


Loading…
Cancel
Save