Calling a callback when a parameter of another CHOP is changing?

Hi there,

A Movie File In TOP.
As soon as the cue point is changing, I want to execute an action.

I only found that way:
Use a Constant CHOP, value0 is an expression grabbing back the cuepoint value of my Movie File In TOP. And attaching a OP Execute DAT to the constant CHOP with Value Changed.

is there a shortest way ?

This one is short but eh… I’m learning :wink:

See the Parameter Execute DAT, examples under Help ->Operator Snippets

1 Like

I’m STILL missing this kind of thing.
Thanks a lot Idzard ( @nettoyeur )