Lets you assign a series of different hotkeys to the same MIDI input, automatically assigning a unique segment of the MIDI control values to each hotkey.
For example, you can assign “CTRL 1, CTRL 2, CTRL3, CTRL4” to ControlChange 1, which will cause “CTRL 1” to be assigned when the ControlChange 1 value enters the range of 0 to 31, “CTRL 2” to the range of 32 to 63, and so on.
This script adds the following translation parameters:
Keystrokes: The list of keystrokes to spread out across segments on the MIDI input. Multiple keys inside a single keystroke should be separated by a space, while each keystroke combination should be separated by a comma.
Debounce Cooldown: The amount of time in seconds for which a given keystroke will not be able to repeat after itself.