Hi,
I want to create an au instrument using juce. However, when I specified the flag in kAudioUnitType_MusicDevice and run AUEval, I get a failure when it tries to evaluate the Instrument count property, because this is not part of AUMidiEffect.
Do I have to write a second wrapper inheriting from MusicDeviceBase instead of AUMidiEffect?