help triggering cycle~ with jit.change

chb123's icon

i've got jitter analysing a webcam feed and i want a change in certain cells of the feed to trigger a cycle~ object. i've got the jit.change printing bangs when a change happens so how to i make this trigger an oscillator?

Roel van Doorn's icon

What do you want it to trigger exactly?

You could use a toggle with a *~ object, other inlet for the cycle~. When the toggle is on, the output of the *~ object will be the cycle~ signal.