mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed typo in AU wrapper.
This commit is contained in:
parent
6925b9626c
commit
7c42fc102a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue