I'm using a Pads object with the following OSC output, where the address of each pad is taken from a string array (v):
Code: Select all
//On Expression: x goes from 0 to positive
oscout(0,'/'+v[firstof(x)],1);
Thanks for any help.
Code: Select all
//On Expression: x goes from 0 to positive
oscout(0,'/'+v[firstof(x)],1);