Re: iPad UI possibility...
Re: iPad UI possibility...
- Subject: Re: iPad UI possibility...
- From: Doug Wyatt <email@hidden>
- Date: Wed, 27 Jan 2010 13:10:19 -0800
On Jan 27, 2010, at 12:55 , Ian Kemmish wrote:
> With my synth the biggest issue would be flattening all those of my AU properties which are passed as property list objects (NSDictionary, NSString, NSArray and so on) which is why I haven't done it. Maybe at some point there'll be some audio toolbox helper functions for doing that.....
Try:
CFPropertyListCreateFromXMLData / CFPropertyListCreateXMLData
although as of 10.6 they "will be deprecated soon" in favor of:
CFPropertyListCreateWithData / CFPropertyListCreateData
The XML format is a bit of overkill for a string but it does have the merit of offering a unified approach for both containers and basic objects like strings and numbers.
The new "data" format has the advantage of being (optionally) binary and therefore more compact than XML.
Doug
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden