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 across. Coordinates relative to your mouse can be specified by prefixing them with a “~”.

End: The end pixel coordinates of the path to drag across. Coordinates relative to your mouse can be specified by prefixing them with a “~”.

Mouse Button: The button to press down and drag with. The options are: Left, Right, and Middle.

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.

Leave a Reply

Your email address will not be published. Required fields are marked *