"AU Wrapper: Use correct sample rate for MIDI FX with no buses" has broken AU builds

“AU Wrapper: Use correct sample rate for MIDI FX with no buses” has broken AU builds if JucePlugin_PreferredChannelConfigurations is defined.

Showing All Messages
/Users/rrabien/dev.github/juce_bugs/JUCE/modules/juce_audio_processors/format_types/juce_AU_Shared.h:515:50: Reference to type 'const juce::AudioProcessor' could not bind to an lvalue of type 'juce::AudioProcessor *'

/Users/rrabien/dev.github/juce_bugs/JUCE/modules/juce_audio_processors/format_types/juce_AU_Shared.h:538:50: Reference to type 'const juce::AudioProcessor' could not bind to an lvalue of type 'const juce::AudioProcessor *'

/Users/rrabien/dev.github/juce_bugs/JUCE/modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm:868:69: Use of undeclared identifier 'isInput'

/Users/rrabien/dev.github/juce_bugs/JUCE/modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm:868:78: Use of undeclared identifier 'busNr'

/Users/rrabien/dev.github/juce_bugs/JUCE/modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm:1247:70: Use of undeclared identifier 'isInput'

/Users/rrabien/dev.github/juce_bugs/JUCE/modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm:1247:79: Use of undeclared identifier 'busNr'

/Users/rrabien/dev.github/juce_bugs/JUCE/modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm:1272:65: Use of undeclared identifier 'isInput'

/Users/rrabien/dev.github/juce_bugs/JUCE/modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm:1272:74: Use of undeclared identifier 'busNr'

Never mind, there is a fix on develop now.