quartz composer view output: How can I get immediately the new values of outputs, if they change?
Posted
by Flocked
on Stack Overflow
See other posts from Stack Overflow
or by Flocked
Published on 2010-05-02T14:39:31Z
Indexed on
2010/05/02
14:47 UTC
Read the original article
Hit count: 361
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?
© Stack Overflow or respective owner