Is there a way to have footswitches increase/decrease a parameter?
I would use it for an output volume but the concept is for any parameter.
What I would like to have are two footswitches where one will increase the volume and the other which will decrease the volume by whatever increments the plugin is set to.
I can think of three ways to possibly make this happen.
- A plugin is designed this way… Maybe a gain plugin that has two assignable switches where one increments the value up and the other down. However, this will require the footswitches on the Duo to be able to do momentary.
- Firmware update that will assign a parameter to two footswitches.
- Arduino programmed to act like a rotary encoder but increments up/down with footswitches.
Can anyone help me with this?