Hi folks,
I need to send the x value on the pad to a different address than the y value.
Could anyone tell me if that’s possible, and if so, what i need to do?
Thanks!
Hi folks,
I need to send the x value on the pad to a different address than the y value.
Could anyone tell me if that’s possible, and if so, what i need to do?
Thanks!
In the script xy's onValue property:
send("/x", value[0])
send("/y", value[1])