For PR Excalibur, I’m not sure if this is already implemented, but I couldn’t find it.
I’d like to use a shortcut to cycle a parameter through a predefined list of values. Each time I press the same shortcut, the parameter should change to the next value in the list. Once it reaches the end of the list, it should cycle back to the first value.
For example:
Scale: 100 → 75 → 50 → 100 → 75 → 50 → ...
Is this already possible?