DIY Midi Foot controller

This is a place for sharing with the community the results you achieved with QLC+, as a sort of use case collection.
You can share photos, videos, personal hardware/software projects, interesting HOWTO that might help other users to achieve great results.
Post Reply
Dave71
Posts: 7
Joined: Thu Jan 13, 2022 7:32 pm
Real Name: David Dale

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
Yestalgia
Posts: 371
Joined: Thu Jun 17, 2021 9:31 am
Location: Australia
Real Name:
Contact:

Very Cool, got any photos to share?
SPS
Posts: 63
Joined: Fri Apr 05, 2019 9:51 am
Real Name: Paul Misset

+1 for photos
Cool idea!
Post Reply