Sending OSC as a list

Hello,

I wonder if it is possible to send this number list to MaxMSP’s message box as a list. It seems like I cannot put the osc out DAT after the sopto DAT. In Max, I set the port number as 9001. Thank you so much.

maxtouch.zip (5.4 KB)

Hello, you cannot link directly a osc out Dat to a Dat, contrary to Chop.
You need to write somme Python to send the right string to the osc out dat. Look at the wiki explaining it well.

@jacqueshoepffner Thank you.