Just finished a breadboard version of a 16 button midi over usb foot controller, with LEDs using a Teensy 4.0 board.
I have 16 soft buttons in a solo panel, which are full of various scenes, chases, movements and collections - enough for what i need.... for now
Each button sends a note on and note off value to each configured soft button and the LED's are setup so each button press clears whatever was illuminated and illuminates the corresponding button LED. If i accidentally do a double press, togging the soft button on then off, the LED will stay illuminated so i know where to press again
Essentially I've read up on various similar projects and copied/tweaked the code to suit so hopefully it's the right way to do what i wanted to achieve (it works which is a bonus)
hardware and schematics are as below
LED matrix - https://tronixstuff.com/2013/10/11/tuto ... driver-ic/
Keypad - https://ettron.com/how-to-use-4x4-matri ... h-arduino/
Code - https://forum.pjrc.com/threads/69662-16 ... s-it-right
Cheers
DIY Midi Foot controller
-
- Posts: 419
- Joined: Thu Jun 17, 2021 9:31 am
- Location: Australia
- Real Name:
- Contact:
Very Cool, got any photos to share?