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?