Hi there, i’ve been chasing a problem with SoundToys 5.3.0 AudioUnit plugins and their parameters/state.
Turns out they return kAudioUnitErr_Uninitialized on this function which JUCE is ignoring…
AudioUnitGetPropertyInfo (audioUnit, kAudioUnitProperty_ParameterList, kAudioUnitScope_Global,
0, ¶mListSize, nullptr);
This is in refreshParameterList()… i’ve reported it to Soundtoys, hopefully it helps out others… (I hacked in a workaround to look if the parameter list ==0 on prepareToPlay after the AudioUnitInitialise and refreshParameterList there…
