OSC message format using menu

ZeroValue's icon

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

Source Audio's icon

it sends the values

ZeroValue's icon

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

Source Audio's icon

try sprintf or combine object.

ZeroValue's icon

Combine seems to works as expected
Thank you :)