Re: Possible to package an AU with an app?
Re: Possible to package an AU with an app?
- Subject: Re: Possible to package an AU with an app?
- From: kelly jacklin <email@hidden>
- Date: Tue, 9 Sep 2003 08:20:56 -0700
On Tuesday, September 9, 2003, at 07:54 AM, Patrick Gostovic wrote:
I am writing a host app and I have few "utility" AUs (which I have
also written) that are required by the app. My question is this: is
it possible to package these AUs inside the application bundle
somehow? Better yet, is it possible to make them private to my own
app -- i.e not publish them as components? My app uses the AUGraph
api, so I believe this means I am stuck with publishing my AUs, or am
I wrong?
Just package the AU as a bundle, plop it in your application bundle in
the Resources directory, and then when your app launches, find the AU
bundle (using CFBundle APIs), and load it using
RegisterComponentFileRef. Works like a charm for me.
kelly
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.