Replies: 1 comment
-
I'd recommend using the Then you can implement your own Control-Surface/src/MIDI_Inputs/LEDs/NoteCCKPLED.hpp Lines 10 to 56 in a061a3a Replace the calls to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks,
I'm attempting to gain individual control over a matrix of LEDs, such that they would be individually toggle-able via MIDI message. I'm pretty (read: very) new to this. Matrix is 10x5 and on PCB, which makes it awkward to try to retrofit a MAX7219 in.
My thought is to array the LEDs, but I'm unsure of how to proceed.
Any advice would be greatly appreciated.
Thanks!
EDIT
After some further research, I found this:
Source: https://playground.arduino.cc/Main/DirectDriveLEDMatrix/?fbclid=IwAR3BCcRQW4homrzA1M3msrANngjVmotSv2Xv7VfaTd2U4r5nTxAFkYVlZpc
This seems to do what I want in regards to interacting with the matrix. The follow up then is, how do I integrate the CS library in, such that when the Arduino receives a note from the PC, it fires the appropriate LEDs?
Beta Was this translation helpful? Give feedback.
All reactions