You use AddSendOscTarget to do that ?
It returns an index to actually send a message to the new “target”.
You should set a variable with this index and use it in SendOsc function.
Hardcoding “1” is hardly a good idea…
You use AddSendOscTarget to do that ?
It returns an index to actually send a message to the new “target”.
You should set a variable with this index and use it in SendOsc function.
Hardcoding “1” is hardly a good idea…