| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
Go to the documentation of this file.
   25 template <u
int8_t nb_rows, u
int8_t nb_cols>
 
   51                      const PinList<nb_cols> &
colPins,
 
   54                      uint8_t velocity = 0x7F)
 
  
#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)
 
constexpr Channel CHANNEL_1