dear all   i would like to send some specific data via OSC to MAX...  i can send "something" to max    (defparameter max '(127.0.0.1 7500)) ;; that works   SEND data to MAX and i would like to send the following seq to MAX by OSC  /player "12" 1.0 1.0 1.0   but how to do it / format it in OMPO?   ;; data should be "113" 1 1. 25000 => but how to "format"? -> see the MAX form ;; ??? (send-osc-data (create-osc-thread "player" max) data)