mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-24 01:54:22 +00:00
AU: Fixed a compiler error when using the legacy channel layout field
This commit is contained in:
parent
359af3f7b5
commit
dcfec9de3b
1 changed files with 0 additions and 2 deletions
|
|
@ -1919,8 +1919,6 @@ private:
|
|||
for (int ch = 0; ch < n; ++ch)
|
||||
{
|
||||
#ifdef JucePlugin_PreferredChannelConfigurations
|
||||
ignoreUnused (layoutIndex, tag);
|
||||
|
||||
const short configs[][2] = { JucePlugin_PreferredChannelConfigurations };
|
||||
if (AudioUnitHelpers::isLayoutSupported (*juceFilter, isInput, busNum, ch, configs))
|
||||
tags.addIfNotAlreadyThere (static_cast<AudioChannelLayoutTag> ((int) kAudioChannelLayoutTag_DiscreteInOrder | ch));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue