OSC message format using menu
Hi,
I'm starting an OSC patch I wish to be able to send different type of message
which look like this "/source/1/x"
but I'm looking to a way to select other sources 1 -2 - 3 .... and other kind x - y - z ...
I'm currently using "join" but when using a number to set the sources the message is not sent.
Here is the patch :
Max Patch
Copy patch and select New From Clipboard in Max.
Best
it sends the values

thank you.
I'm already able to sends values, what I wish is to be able to select the number and the function.

try sprintf or combine object.
Combine seems to works as expected
Thank you :)