MIDI Foot Controller

cheers for the info.

I dont really want to hack anything but do the majority from scratch, even thought it will be tough.
i have a roland/edirol midi keyboard and behringer fcb1010, keyboard will do notes and behringer will
do all but i have problems with trying to set the foot controller how i want it which i why i want to make
my own and have it programmed for program changes and not notes.

i know program change is always C0 then the data byte is the program change 01-128 or 00-127 depending how the gear is setup for.

Status Data Byte(s)
D7----D0 D7----D0

(BIN) 1100 XXXX
(HEX) C0 00-0F or 01-0F

So for banks 0-10 will be

(1-10)
bank 0 - 01-0A

(11-20)
bank 1 - 0B-14........etc.

Its just getting 1 to 10 switches to send the program change message down TX
and then have 2 switches for bank up and down to flick the next set/decade of hex numbers

if any of that makes sense. i am not sure how to go about that