Re: Manipulating QC input ports with QCRenderer

2009-01-15 Thread Matt Long
Inputs and Outputs in the root patch can be accessed with @"path.patchname.value" where patchname is the name of the input or output. http://www.cocoabuilder.com/archive/message/cocoa/2008/12/27/226313 -Matt On Jan 15, 2009, at 1:44 PM, Jonathan Selander wrote: Does anybody have an idea o

Re: Manipulating QC input ports with QCRenderer

2009-01-15 Thread Steve Christensen
So QCRenderer's -valueForInputKey: and -setValue:forInputKey: aren't working to, respectively, read or set a port value? Have you tried printing out the array returned by -inputKeys to make sure the particular keys are, in fact, published? steve On Jan 15, 2009, at 12:44 PM, Jonathan Sela

Re: Manipulating QC input ports with QCRenderer

2009-01-15 Thread Jonathan Selander
Does anybody have an idea on this? It's driving me crazy that i can't read or set port values in the quartz composition. 15 jan 2009 kl. 16.52 skrev Jonathan Selander: Hi, I just managed to set up QCRenderer to play my composition in order to record the composition to a video file, but I