Scripted Dial configuration.
Overview
The scripted dial can respond to four possible usages of the dial: rotate, press, rotate while pressed, and screen tap. The events available are (press) (release) (rotate) and (tap).
- (press) and (release) are triggered when the dial is pressed and released.
- (rotate) is triggered when the dial is rotated. The plugin will move the fader/vpot/bar when the dial is rotated (unless a fixed speed of 0 is set), so the script needs only set the position when it should be changed, e.g., due to incoming Midi commands.
- (tap) is triggered when the screen is tapped. The Generic Midi dial has a configuration for left and right screen taps, but the scripted dial is more flexible; here, you can trigger for full screen, left/right or a custom screen area.
Please see the Script Events page for details on the available events.
The configuration parameters in the editor are the same as for the Generic Midi dial; please see that page for parameter descriptions. The script language has actions that can change almost all configuration parameters, and if used, they will alter the setting in the editor. You can configure all parameters in the editor, set all parameters in the script, or do anything in between.
Please see the Script Actions page for details on the available actions.