-
Hi there, I am attempting to build a midi controller that utilises a 16 button matrix with the ability to change between 4 different banks. I have been able to use the IncrementDecrementSelector function to switch between the 4 banks using 2 pushbuttons. Thanks in advance for any information you can give. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found a way using the code below: ManyButtonsSelector<4> bankselector { |
Beta Was this translation helpful? Give feedback.
I found a way using the code below:
ManyButtonsSelector<4> bankselector {
bank,
{2, 3, 4, 5}
}