Hello,
I would like to know what would be the best way to apply a mathematical formula to a Iannix built-in value.
For instance like below, take the absolute value of the cursor x value :
run(“setMessage current 1, osc://ip_out:port_out/cursor abs(cursor_value_x) , “)
(of course it doesn’tt work)
What would be the best workaround ?
Thanks for your help !
B