1
0
Fork 0
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:
jules 2014-11-03 17:45:13 +00:00
parent 6925b9626c
commit 7c42fc102a

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