osc message with multiple values

hey !

the title is quite clear :slight_smile:

messages look like /l_shoulderXYZ 21.9 34.7 45.9

is there a way to acces each value with some kind of dollar sign ?

the idea is I want them to go in the fields of the translate for the shoulder joint of my character rig

cheers

If those messages are coming into DATs (Iā€™m assuming an OSC DAT) then an easy way to extract each number is to follow with a Convert DAT and set the Split Cells At parameter to be a single whitespace (just clear the contect and press the spacebar once).

This will put all the values in separate columns, making it easy to use the tab() expression to grab what you need based n column index.
separate_values.tox (526 Bytes)