Hi Iannix team, thankyou for creating Iannix !! It is very unique indeed…
I need to rewrite some messages for a whole bunch of cursors.
I am trying to do it in the script, at the top… Is it the right place for the code? It doesn’t seem to actually change the Cursors’ message.
for ( var i=20; i<40; i++) {
run('setmessage '+i+' 20, '+'osc://ip_out:port_out/cursor'+i+' cursor_value_x cursor_value_y');
console('setmessage '+i+' 20, '+'osc://ip_out:port_out/cursor'+i+' cursor_value_x cursor_value_y');
}