note: should’ve probably titled this “Send Caption To Touch OSC” because Im trying to display a caption or custom caption based on a value. Touch OSC is already getting the value which is not representing the actual transposition by half steps
You said you wanted to send a widget label to Touch OSC. All widgets can send their current captions out over OSC.
What are you trying to set? What does boolean have to do with anything?
Assuming you have set your ports appropriately do the following
Create your widget, map it to whatever parameter you want. Check the “Show Value in Caption” option in the General section of the Widget Properties
Then go to the Advanced section of the widget properties, give the widget an OSC handle (e.g. fader1) and enable OSC. Note that the actual message sent out representing the value of the will be /fader1/SetValue
However, the address of the caption of the widget will be /fader1Name and the argument will just be a string
Create a label in TouchOSC and set its OSC message to /fader1Name TEXT
I suppose TouchOSC only tried to interpret the float form GP as the string it was supposed to display, which probably resulted in something lookin like a Boolean…
I’m really dumb with this, apparently…how are you changing the address value in TouchOSC? I’ve got nothing. I don’t see any way to add the value I’ve got assigned to the widget.
It seems to me I’ve got zero connection between GP and Touch OSC, even running on the same machine (TouchOSC editor.).
Thanks in advance for any help. I I’ve got my IP addresses and ports set up correctly.