Re: AUPresets in Logic
Re: AUPresets in Logic
- Subject: Re: AUPresets in Logic
- From: Bill Stewart <email@hidden>
- Date: Thu, 03 Oct 2002 15:33:54 -0700
on 3/10/02 1:27 PM, Marc Poirier wrote:
>
> You need a MutableArray because you're going to be adding contents to it...
>
>
Yes, mutable was the key, thanks! I guess I can't create and load all in
>
one go with CFArrayCreate like I thought I could (maybe it only works with
>
arrays of CFType items).
>
>
Thanks for posting the matrix reverb presets code; I think it might be
>
worth adding something like that into an example in a future AU SDK
>
revision...
In process, the SampleAU will have a couple of presets very shortly:)
Bill
>
> You certainly don't want to be releasing an element of the array and the
>
> CFSTR macro is kind of neat, as it interns the string directly.
>
>
Agreed, I use it when possible, but unfortunately it only works with
>
compile-time string constants...
>
>
Thanks and thanks again,
>
Marc
>
_______________________________________________
>
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.
--
mailto:email@hidden
tel: +1 408 974 4056
__________________________________________________________________________
"Much human ingenuity has gone into finding the ultimate Before.
The current state of knowledge can be summarized thus:
In the beginning, there was nothing, which exploded" - Terry Pratchett
__________________________________________________________________________
_______________________________________________
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.