Display widget caption without scripting

I can display widget values in TouchOSC without scripting. But I have not yet been able to display a widget caption in a TouchOSC-Label without scripting. Can someone please give me a hint if and how this works?

I find it’s always best to show the OSC ‘Log’ window (or the standalone Protokol app) and see what GP is sending out.

The captions are sent in the format

/HANDLEName

e.g. if your widget handle is “VOL”, the caption will be sent with “VOLName”.

This example is for the text value of the gain plugin. But it’s the same for the Label widgets (it’s sent out on rackspace activation).

OSC-widget-caption

1 Like

Cool Tip! And thank you for your quick answer!

1 Like