Orbital Pad
Like an XY Pad, but works with data in polar coordinates.
Settings
| Setting | Description |
|---|---|
| Default Value | The angle and radius values the control starts at when the interface is opened. When "Resets After Update" is enabled, the control will return to this value after you stop touching it. |
| Smooth Transitions | When set to "On", the pad will smoothly transition to a new value regardless of where you touch it. When set to "Auto", the pad will smoothly transition to a new value only if you touch near the handle. When set to "Off", the pad will immediately jump to the value corresponding to where you touch it. |
| Resets After Update | When enabled, the pad will reset to the default value after you stop touching it. |
Variables
The following variables can be used when configuring outputs for this control:
| Variable | Description |
|---|---|
| Angle | The current angle, from 0 to 1 |
| Radius | The distance from center, from 0 to 1 |
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> smoothTransitions <off|on|auto> | Enable or disable smooth transitions |
<address> resetsToDefault <0|1> | 0 = no reset non-zero = resets to default when touch is released |
<address> defaultValue <angle> <radius> | Sets the default value of the orbital pad |
<address> value <angle> <radius> | Sets the value of the orbital pad |
<address> <angle> <radius> | Sets the value of the orbital pad |