Bank-Button-Matrix
https://github.com/tttapa/Control-Surface/issues/38
{0, 1, 2},
{3, 4, 5},
}};
bank,
{2, 3},
{4, 5, 6},
notes,
};
};
void setup() {
}
void loop() {
}
constexpr Channel Channel_1
The main header file that includes all Control-Surface header files.
Control_Surface_ & Control_Surface
A predefined instance of the Control Surface to use in the Arduino sketches.
Array2D< uint8_t, NumRows, NumCols > AddressMatrix
@ Wrap
When the maximum (minimum) setting is reached, wrap around to the minimum (maximum) setting.
A class that groups Bankable MIDI Output Elements and Bankable MIDI Input Elements,...
Generic base class for classes that listen for MIDI Note, Control Change and Key Pressure events on a...
void begin()
Initialize the Control_Surface.
void loop()
Update all MIDI elements, send MIDI events and read MIDI input.
Selector with two buttons (one to increment, one to decrement).
A class for MIDI interfaces sending MIDI messages over a USB MIDI connection.