Re: different Audio units in a file
Re: different Audio units in a file
- Subject: Re: different Audio units in a file
- From: Urs Heckmann <email@hidden>
- Date: Mon, 7 Jul 2003 13:52:00 +0200
Am Montag, 07.07.03, um 12:48 Uhr (Europe/Berlin) schrieb
email@hidden:
hi everybody,
I've seen that the Apple's Audio Units are all stocked in only one
file
called coreaudio.component in /system/Library/
I'd like to do the same for my audio units (stock them in one
CFBundle) but
i have no idea about the way to start.
thanks for your help
Hi,
I've done the same with the fishfillets.
It's completely easy. You just have to add all your source files to a
single project, set up more entries for your AUs and Views in the
resource file (just use different resource ids, like 1000, 2000, 3000,
4000...) and specify correct entry points.
Then you compile them all at once into a single bundle. There you go.
Veeeery simple!
Cheers,
;) Urs
_______________________________________________
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.