Response Methods
The response methods are used to provide feedback or to allow external control of the workspace. All first party controls can be operated using OSC.
By default, control response is disabled. To enable, tap the "Disabled | Enabled" switch. Ensure Ctrl for iPad is active and you have the desired page selected for receiving response commands.
All OSC commands are formated as follows /ctrl/control/[uid]/[command]
Response Commands
Available commands differ depending on the control type. See Controls for further detail.
Command | Description |
---|---|
/position [Double] | Change the position of the slider handle or stepper value (0 to 1) |
/position [Double] [Int] | Change the position of a single slider handle (0 to 1 / Slider 1, 2 or 3) |
/enabled [Int] | Enable or disable the control (0 - Disabled, 1 - Enabled) |
/enabled [Int] [Int] | Enable or disable the a single slider within the control (0 - Disabled, 1 - Enabled / Slider 1, 2 or 3 ) |
/state [Int] | Change the state of the control (0 - Off, 1 - On) |
/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) |
/start | Start the stopwatch or countdown timer |
/pause | Pause the stopwatch or countdown timer |
/toggle | Toggle the stopwatch or countdown timer between running and paused |
/reset | Reset the stopwatch or countdown timer |
/set [HH:mm:ss] | Set the start time of stopwatch or countdown timer (Timer must be stopped before setting) |