| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
Go to the documentation of this file.
   22 template <
class BankAddress, 
class Sender, u
int8_t NumButtons>
 
   50                 sender.sendOn(sendAddress);
 
   54                 sender.sendOff(sendAddress);
 
   63 #ifdef AH_INDIVIDUAL_BUTTON_INVERT 
   71         return buttons[index].getState();
 
  
A type-safe utility class for saving a MIDI address consisting of a 7-bit address,...
 
A namespace for MIDI elements that can be added to a Bank, to change their address or channel.
 
A class for saving an offset to a MIDI address.
 
#define BEGIN_CS_NAMESPACE
 
An array wrapper for easy copying, comparing, and iterating.