How to send arrays of 7 floats using Osc Out DAT

I’m a bit of TouchDesigner newb (just started last week), and am trying to drive some skeletal rigs in an external tool using Osc. The tool expects data to be in arrays of 7 floats (time, tx, ty, tz, rx, ry, rz). I’m getting this data with a Kinect in CHOPs but using the CHOP Osc Out gives me a single float per channel. I suspect I can use DAT nodes to pack up these channels into arrays and use the Osc Out DAT, but I’m kind of stumped by the later. Any ideas how to do this? Just a basic example of how to use the Osc Out DAT would be a huge help.

Thanks!
– Paul

Hurray for this forum, I found the answer in another thread:
derivative.ca/Forum/viewtopic.ph … DAT#p31147

The following file showed how to send messages with an Osc Out DAT with python:
derivative.ca/Forum/download/file.php?id=4611

It was easy to arrange data as python lists there to do the trick.