26template <u
int8_t NumButtons>
28 :
public MIDIButtons<SingleAddress, DigitalNoteSender, NumButtons> {
55 uint8_t velocity = 0x7F)
57 {config, baseAddress},
#define BEGIN_CS_NAMESPACE
Class that sends MIDI note on and off messages.
void setVelocity(uint8_t velocity)
uint8_t getVelocity() const
A type-safe utility class for saving a MIDI address consisting of a 7-bit address,...
A class for saving an offset to a MIDI address.
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.