Drags your mouse across a predefined path based on the MIDI value of the translation input. Ideal for controlling UI faders or sliders directly from MIDI.
This script adds the following translation parameters:
Start: The start pixel coordinates of the path to drag accross. Coordinates relative to your mouse can be specified by prefixing them with a “~”.
End: The end pixel coordinates of the path to drag accross. Coordinates relative to your mouse can be specified by prefixing them with a “~”.
Release Delay: The time in seconds since the last input MIDI before the mouse button is released again.
Return Mouse: Whether when the mouse button is released, the mouse should be returned to the position it was at before the drag action began.