I want to control a parameter (e.g., main volume) step by step via MIDI.
A MIDI control switch (e.g. footswitch) should increase the controller value by a certain amount, and another switch should decrease the controller value by a certain amount.
For each event, the controller value should be increased/decreased until a specified maximum/minimum is reached.
The step sizes should also be configurable.
Example for a main volume:
Midi event 1: always increases the main volume by 5
Midi event 1: always decreases the main volume by 10
Maximum: 127
Minimum: 70
Kind regards
Heiko