JUCE 5.1 Errors with AU wrapper and PreferredChannelConfigurations

In JUCE 5.1 you have undefined identifiers ‘layoutIndex’ and ‘tag’ in juce_AU_wrapper.mm at line 1922

I ran into the same issue. I believe this line should be removed now :

ignoreUnused (layoutIndex, tag);

1 Like

Thanks for reporting. This is now fixed on both develop (dcfec9d) and master (b5626d1).

1 Like