10namespace ManyAddresses {
32template <setting_t NumBanks, u
int8_t NumRows, u
int8_t NumCols>
35 DigitalNoteSender, NumRows, NumCols> {
64 const PinList<NumCols> &
colPins,
67 uint8_t velocity = 0x7F)
70 {bank, notes, channelCNs},
Array2D< uint8_t, NumRows, NumCols > AddressMatrix
#define BEGIN_CS_NAMESPACE
A class that groups Bankable MIDI Output Elements and Bankable MIDI Input Elements,...
Class that sends MIDI note on and off messages.
void setVelocity(uint8_t velocity)
uint8_t getVelocity() const
A namespace for MIDI elements that can be added to a Bank, to change their address or channel.
An array wrapper for easy copying, comparing, and iterating.