how to programmatically organize the transmission of a note or CC by pressing such a matrix of buttons ?
Give every button an integer number and send the numbers?
It doesn't work gives us no useful information.
There are tutorials showing how to read button matrixes. Look around there and get the know how, which circuitry to use, and "how to".
Control Surface's multiplexer classes do not support the digitalWrite
function. This is by design, because multiplexers offer no way to mimic the persistent behavior of "actual" I/O pins.
You can easily scan the matrix yourself, though, see e.g. Control-Surface/src/AH/Hardware/ButtonMatrix.ipp at main · tttapa/Control-Surface · GitHub
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.