Releasing Multiple AUv3 types

Hello,

I was wondering if it is possible to release an iOS app containing more than one AUv3 app extension? My plugin is capable of both kAudioUnitType_MusicEffect and kAudioUnitType_MIDIProcessor. Obviously these can’t be selected at the same time.

If possible, how would I go about setting up a new target in Xcode so that it could put 2 AUv3’s in the app bundle?

Thanks,
David

To answer your particular question, a musiceffect or an instrument plugin type can both actually support midi in and out and do the job of a midi processor without actually being of that dedicated type. Just make sure you have deployment target of iOS 11 or above for it to function that way.

However, I would still like to be able to have a single app include multiple AUv3 extensions (for instance both an instrument AND a music effect), and right now at least with a projucer made project i don’t think this is supported.