• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: cant load resources in AudioUnits
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cant load resources in AudioUnits


  • Subject: Re: cant load resources in AudioUnits
  • From: Urs Heckmann <email@hidden>
  • Date: Thu, 26 Sep 2002 12:45:43 +0200

This question doesn't sound dumb to me, since some of the folks here are quite new to the system-specific side of things, having used crossplatform APIs ever before.

I wonder if a .component like an AU can open a .nib-file and generate its UI this way. I mean, the host is supposed to provide the window, right, and I havn't found any reference on .nibs without window definitions so far. Sure, I could spend some hours, but if anyone knows, I'd be glad to save that time...

Cheers,

;) Urs

Am Donnerstag, 26.09.02, um 12:24 Uhr (Europe/Berlin) schrieb Brandon Ware:

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.

References: 
 >Re: cant load resources in AudioUnits (From: Brandon Ware <email@hidden>)

  • Prev by Date: Re: cant load resources in AudioUnits
  • Next by Date: Re: Audio Engine Design question
  • Previous by thread: Re: cant load resources in AudioUnits
  • Next by thread: Re: cant load resources in AudioUnits
  • Index(es):
    • Date
    • Thread