Re: cant load resources in AudioUnits
Re: cant load resources in AudioUnits
- Subject: Re: cant load resources in AudioUnits
- From: Art Gillespie <email@hidden>
- Date: Thu, 26 Sep 2002 10:14:34 -0400
This must be a *really* stupid question, then:
Where do I get the bundleRef from within my AU?
Best,
Art
>>0xBA
On Thursday, September 26, 2002, at 06:24 AM, Brandon Ware wrote:
I guess it was a dumb question since nobody answered :-). The
bundle's resources are only opened automatically if you are an
application. You need to explicitly load them if you are not:
// on open
rsrcs = CFBundleOpenBundleResourceMap(bundleRef);
// when all done
CFBundleCloseBundleResourceMap(bundleRef, rsrcs);
On Wednesday, September 25, 2002, at 07:23 PM,
email@hidden wrote:
Hi all,
I can't seem to load resources from an AudioUnit. I cant even load the
'STR ' resources that specify the AU's name and description. Is there
something special that needs to be done in order to access resources
in
a component?
_______________________________________________
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.
_______________________________________________
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.