Support |
What Iım looking for is something that can send program change messages, but would spare me the need to have a dedicated bypass footswitch. In code terms, what I want is something that does the following: let current_program := bypass_program_number; when switch n is pressed: if current_program == n then send program change to bypass_program_number; current_program := bypass_program_number else send program change n current_program := n Even nicer is if the foot controller actually lights up something on the pedal for the program when it's active. What I really need is something that would allow a couple groups of 4 or 5 such switches. Mark