SolarOS 4.13.4 manual · command
control
Inspect normalized controls, native app parameters, or target bindings.
Usage
| Usage | Description | ||
|---|---|---|---|
| `control list\ | parameters\ | bindings` | Inspect normalized controls, native app parameters, or target bindings. |
control create <name> <stream> <min> <max> [smooth=ms] [deadband=value] [invert] | Normalize a scalar stream as a named continuous control; use manual for script-supplied values. | ||
| `control bind <name> parameter <path> [pickup=on\ | off]` | Bind a control to a typed native-app parameter with optional soft takeover. | |
control bind <name> midi <channel> <cc> | Bind a control to a MIDI Control Change target. | ||
| `control get\ | set <name> [value]` | Read or set a normalized 0..65535 control value. | |
| `control parameter get\ | set <path> [value]` | Read or set an available native parameter in its declared unit. | |
control unbind <name> | Remove all target bindings owned by one named control. | ||
control delete <name> or control clear | Remove one control and its bindings, or remove all controls and bindings. |