Touchdesigner and Open Stage Control XY-PAD 2-way comms using OSC

I’m attempting to control a TD patch through OSC using Open Stage Control and am stuck on one of the objects - the XY Pad

The Open Stage xy-pad sends 2 floats, for x and y values, and TD OSC-In separates these into 2 selectable input values. That’s ok, but I can’t figure out how to format these so Open stage updates the GUI when values are sent from TD. I think it needs packing into an array or some other format. Single values, in faders for example work fine.

Hopefully the linked video clarifies this. 2 way comms with the faders works fine - but I can only get the input to work for the xy-pad.

https://youtu.be/v4VyWpQRoDM

Any help appreciated - thanks

Hi @davepayl,

this is currently only possible by using the OSC Out DAT using its .sendOSC() method

cheers
Markus