Label
Displays text. Touching the label will add or remove the border. Labels can't send data, but you can change their text via OSC.
Settings
| Setting | Description |
|---|---|
| Text | The text displayed on the label. |
OSC Messages
This control responds to the following OSC messages:
| Message | Description |
|---|---|
<address> position <x> <y> <width> <height> | Sets the control's position. Coordinates are specified in pixels. |
<address> color <blue|red|green|orange|purple|brown|grey> | Sets the control's color. |
<address> showsBorder <0|1> | Shows (0) or hides (1) the control's border |
<address> text <string> | Sets the text of the label |
<address> <string> | Sets the text of the label |