Re: Filing of User Presets
Re: Filing of User Presets
- Subject: Re: Filing of User Presets
- From: Marc Poirier <email@hidden>
- Date: Thu, 24 Oct 2002 14:15:32 +0200 (CEST)
>
FYI I just want to give you an overview how Logic does the preset
>
saving for Audio Units:
>
>
We get the class info which at least must contain a { CFSTR("data"),
>
CFData } pair where the CFData member should contain a full description
>
of the current plugin state. As the class info is a CFPropertyList, we
>
create the XML representation of it. Then we write this to disc.
Sounds like the perfect way of dealing with this.
>
Currently a Logic specific header is written to the file as well, but
>
we think about removing this and replacing it with a { CFSTR("logic"),
>
CFData } pair in the property list, so the presets can be loaded by
>
other hosts as well.
That would be much preferable.
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.