Hi all, I’m trying to load some effect Audio Units in an app. I’m using
AVAudioUnitComponentManager to get a list of available Audio Units.
Unfortunately I’m only able to see a list of Apples AUs. The thing is I
have another app which loads Audio Units, and it can see my 3rd party
plugins just fine. They both use the following code to get a list of AUs.
What’s missing here?
AudioComponentDescription desc= {0};
desc.componentType = kAudioUnitType_Effect;
NSArray *list = [[AVAudioUnitComponentManager
sharedAudioUnitComponentManager] componentsMatchingDescription:desc];
--
--
Sonic Kat
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/coreaudio-api/archive%40mail-archive.com
This email sent to [email protected]