| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
Go to the documentation of this file.
   23 template <u
int8_t NumButtons>
 
   48                 uint8_t velocity = 0x7F)
 
  
A type-safe utility class for saving a MIDI address consisting of a 7-bit address,...
 
void setVelocity(uint8_t velocity)
 
A class for saving an offset to a MIDI address.
 
#define BEGIN_CS_NAMESPACE
 
An array wrapper for easy copying, comparing, and iterating.
 
uint8_t getVelocity() const
 
Class that sends MIDI note on and off messages.