This is an old version of the documentation. View the latest version
here.
Control Surface
1.0.0
MIDI Control Surface library for Arduino
|
Go to the documentation of this file.
10 namespace ManyAddresses {
32 template <setting_t NumBanks, u
int8_t nb_rows, u
int8_t nb_cols>
35 DigitalNoteSender, nb_rows, nb_cols> {
68 uint8_t velocity = 0x7F)
71 {config, notes, channelCNs},
A namespace for MIDI elements that can be added to a Bank, to change their address or channel.
#define BEGIN_CS_NAMESPACE
uint8_t getVelocity() const
void setVelocity(uint8_t velocity)
A struct for selecting the bank of BankableMIDIOutputs and the bank type.