quartz composer view output: How can I get immediately the new values of outputs, if they change?
- by Flocked
Hello,
I created a cocoa program with a quartz composer view. I can get the output values with:
[qcView valueForOutputKey:@"Output"]
But how can I get immediately the new values of outputs, if they change?