Replies: 1 comment 3 replies
-
At least one problem with your Control Surface code is that you commented out the MIDI interface. If you don't define any MIDI interfaces, Instantiating more than one button matrices should not be an issue. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks to Pieter P. for a wonderful library, for the great contribution of your work!
I have this problem - I would like to add a second matrix keyboard but sending MIDI messages on a different channel.
The following code is for one keyboard:
I added a second keyboard using the code from the Controller.h library but unfortunately it doesn't work. It does not send any MIDI messages. Can it be done and how it can be done in Control_Surface.h library?
Thanks in advance!
Here is an old broken code:
Beta Was this translation helpful? Give feedback.
All reactions