1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
jules 2007-11-24 14:16:03 +00:00
parent bddd43749f
commit 7036d123e9

View file

@ -222,6 +222,8 @@ public:
if (outInfo != 0)
{
*outInfo = channelInfo;
for (int i = 0; i < numChannelConfigs; ++i)
{
#if JucePlugin_IsSynth
@ -230,8 +232,6 @@ public:
channelInfo[i].inChannels = channelConfigs[i][0];
#endif
channelInfo[i].outChannels = channelConfigs[i][1];
outInfo[i] = channelInfo + i;
}
}