Making sense of OSC

Copied from the old Lightact Answerhub.

I’ve successfully followed the OSC example. I can see the incoming data on the OSC Server in the Device window.

As I understand, the output from the OSC listener (in my layer) should be this data stream, however I am using Touch OSC and I want to take the values from my fader.

For example, touch OSC is sending: /1/fader2 float:0.2222…
… how do I search for /1/fader2 and then use the float value to send to another object in my layer?

Hi!

Did you type in the OSC address into the properties of the OSC Listener node?

image

I think this address has to be basically exactly the same to what is shown in the data stream in the Devices window.

You can find out more info here.

Let me know how it goes,
Mitja

Oh, got it now!

I had the IP address of the OSC device.

Thank you !:slightly_smiling_face: