Mouse OUT chop - on/off?

Admin message: – original post lost –

Chances are that you’d use something that’s already time based for your mouse out - or you’d just set specific values.

Take a look at this example to see how you might draw a circle. The output position of the mouse is based on UVs - a normalized set of values to describe the screen space. Because of this you’ll need to normalize your values to account for the aspect ratio of your screen. Take a look at the notes in the tox to get your bearings, and when you’re ready to see your mouse move, pulse start the timer.

base_mouseout_example.tox (1.52 KB)

can’t seem to get the click working… thought maybe it was coz mouse was moving… but no luck…
any ideas?
base_mouseout_example.1.toe (4.4 KB)

looks like the timer and the mouse out CHOP had changed. Replacing those ops and it works as expected in 2019.19160.

Are you using the experimental version?
base_mouseout_example_new_timer.tox (1.5 KB)

the mouseout click seems to only work inside TD.
yea using experimental 330020

eventually ended up sending the values out using OSC and using OSCilator to “fake” the clicks
base_mouseout_example_new_timer.1.toe (4.5 KB)