Guarded Button
Guarded Buttons are special types that require positive action for three seconds before triggering an output.
Action Map
The action map below details the point at which commands are sent
![]() |
![]() |
![]() |
![]() |
![]() |
---|---|---|---|---|
Touch Ready | Touch Begin | Touch Hold (after 3 secs) | Touch Release | Touch End |
X | X | On Mode | X | X |
Control Methods
Type | On Mode | Off Mode |
---|---|---|
MIDI | MIDI Channel, Note, Velocity | N/A |
OSC | OSC Message, Patch | N/A |
HTTP | HTTP Address, Patch | N/A |
TCP | TCP String, Patch | N/A |
UDP | UDP String, Patch | N/A |
Response Methods
Use external applications to operate this control with OSC.
Send the string /ctrl/control/[uid]/[command]
with the control's UID and selected command
Response Commands
Command | |
---|---|
/enabled [Int] |
Enable or disable the control (0 - Disabled, 1 - Enabled) |
/label [String] |
Change the label of the control for the session |
/label [String] [Int] |
Change the label of the control for X number of seconds |
/theme [Int] |
Change the theme of the control (Int 1 to 14) |
/theme [Int] [String] |
Change the theme of the control using custom palette name (Int 1 to 14) |