[ANSWERED] Sending data to max?
-
Im using isadora and a kinect motion sensor to capture body motion and output x,y,z coordinates for each body as floats. I'd like to send a number of these floats, for example "right hand x, right hand y, right hand z" to max in real time, to be used in a patch that will manipulate a music track.
Ive tried using OSC transmit in Isadora to send the float.
and used udpreceive in max but this returns nothing
-
Hello,
Prepare Max by installing the CNMAT Externals from the Package Manager. Then use the OSC-route module in the patcher to specify the OSC address from Isadora as indicated in the following screen grabs:
Best Wishes,
Russell
-
This works great, thank you for the help!
-
@bonemap Hi Bonemap,
why do we need cnmat objects ? There are osc objects natively in max and they work perfectly.
-