What you want to do is save the state of the input keys of the QCRenderer that 
the QCCompositionParameterView is bound to.

There is an API to get the serializable plist from the QCRenderer, which you 
can then write to disk, or save as a default preference for next opening, etc:

look at :

- (id) propertyListFromInputValues

to get and store the property list and the related restore method:

- (void) setInputValuesWithPropertyList:(id)plist

The QCCompositionParameterView should magically update the bound input values 
when it sees the change. 



On Oct 11, 2011, at 4:53 PM, Rob Duarte wrote:

> Hi,
> 
> What's the easiest way to save changes that a user makes to 
> QCCompositionParameterView? (so that the next time they run the cocoa 
> application, it still has those settings)
> 
> Thanks for any tips,
> Rob
> 
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Quartzcomposer-dev mailing list      (Quartzcomposer-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/quartzcomposer-dev/doktorp%40mac.com
> 
> This email sent to dokt...@mac.com

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list      (Quartzcomposer-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to