Re: How to get bundle for pAudioUnit (in Objective-C)?
Re: How to get bundle for pAudioUnit (in Objective-C)?
- Subject: Re: How to get bundle for pAudioUnit (in Objective-C)?
- From: tahome izwah <email@hidden>
- Date: Tue, 8 Feb 2011 08:26:41 +0100
2011/2/7 Howard Moon <email@hidden>:
> I know how to get an NSBundle for an Application, but how do I get an AudioUnit's bundle? If I use the same code as in an app, [NSBundle mainBundle], then I get the bundle for the host application, not my AudioUnit.
#define PRODUCT_BUNDLE_IDENTIFIER "com.company.audiounit.product"
NSBundle* bundle = [NSBundle bundleWithIdentifier:@PRODUCT_BUNDLE_IDENTIFIER];
HTH
--th
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden