I start get this ‘FAIL’ from Auval test which I didn’t had before… :
[quote] VERIFYING PROPERTY: Instrument Count
ERROR: GetPropertyInfo (Instrument Count) returning error for scope/element for [Global/0], which should be valid.
FAIL
[/quote]
Also I don’t know how to set up Auval as ‘executable’, to be able to debug with Auval into XCode.
The problem comes from AUMIDIEffectBase::GetPropertyInfo which has no case for kMusicDeviceProperty_InstrumentCount , at least my version of AUMIDIEffectBase.cpp (2005).
So I had to add a special case in juce_AudioUnitWrapper.cpp like this :
(line 98 ) :