| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
Go to the documentation of this file.
   28 template <u
int8_t nb_rows, u
int8_t nb_cols>
 
   31                               DigitalNoteSender, nb_rows, nb_cols> {
 
   59                      const PinList<nb_rows> &
rowPins,
 
   60                      const PinList<nb_cols> &
colPins,
 
   63                      uint8_t velocity = 0x7F)
 
   66               {config, notes, channelCN},
 
  
A namespace for MIDI elements that can be added to a Bank, to change their address or channel.
 
#define BEGIN_CS_NAMESPACE
 
A class for saving a MIDI channel and cable number.
 
uint8_t getVelocity() const
 
Array2D< uint8_t, nb_rows, nb_cols > AddressMatrix
 
void setVelocity(uint8_t velocity)
 
A struct for selecting the bank of BankableMIDIOutputs and the bank type.
 
constexpr Channel CHANNEL_1