OSC text string into action

Hey guys,

I’m new to Notch and doing a project with it. So we’re getting string values in via OSC, for instance if a button is pressed in our app Notch receives Button_1. I collect this OSC data with a OSC text string, but is there a way to say for instance: when value Button_1 is received then move 3D shape over X?

I hope you guys understand what I mean :wink:

Thanks already!!

1 Like

Hmm, so detect when a text string changes and output a value? I can imagine so, possibly with nodes but most easily with javascript - a simple script to say if input == “Button_1” do x would be pretty easy.

– Ryan