Is it possible to send custom text in OSC messages to be displayed on labels in Control?
Sending text to Control
(2 posts) (2 voices)-
Posted 2 years ago #
-
Hi Paul,
Just send OSC to the same address as the label name (this is the default address for all widgets). For example, for the following label:
{ "name":"myLabel", "type":"Label", "value":"start text", "bounds":[0,0,.5,.5], }send:
/myLabel "end text"Hope that helps... - Charlie
Posted 2 years ago #