Hey all
Need some help here please, im looking to make a midi foot controller for my effectas box, i have an arduino mega so pins will not be a problem. I have learnt to do the individual processes i.e Press a button, Program change command`sent, light an led & debounce so the led lights when the button is pressed and doesnt miss. i can do this with cc messages to allow extra effects to be togged on while im in a specific program.
i cant seem to get my project to have a pc button and a cc button to work together in the same sketch. i think once i have mastered this the rest will be easier.....
the total project i am trying to undertake is
3 banks - bank one will be for one bands sound, 6 program changes giving me the type of sound and then 18 instant access (cc) switches to toggle in effects and tuner etc bank two will be the same as bank one but with diffrent settings and bank three will be a scrolling and direct select bank, this will allow me to select individual patches using three button presses on switches labled 1 -10 or just scrolling through the presets bank 1- press up - bank 2 etz.
i will be looking a using shift registers to light the led's (again something i have done with one button n one led but nothing on a more than one scale. wither that or multiplexing them so the use fewer pins than they would normally and this will allow me to have an cd disply than is needed also. the answers just a push in the right direction
thanks
baz
any help would be gr8 - i have checked out some other projects but dont understad how the work compared to mine.
i do't want tot be spoon fed