This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Fixed typo in AU wrapper.
tags/2021-05-28
jules
10 years ago
parent
6925b9626c
commit
7c42fc102a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save