modulii

modulii

Orbital Pad icon

Orbital Pad

Like an XY Pad, but works with data in polar coordinates.


Settings

SettingDescription
Default ValueThe 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 TransitionsWhen 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 UpdateWhen 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:

VariableDescription
AngleThe current angle, from 0 to 1
RadiusThe distance from center, from 0 to 1

OSC Messages

This control responds to the following OSC messages:

MessageDescription
<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