| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
Go to the documentation of this file.
   22 template <
class Sender, u
int8_t NUMBER_OF_BUTTONS>
 
   53                 sender.sendOn(sendAddress);
 
   56                 sender.sendOff(sendAddress);
 
   65 #ifdef AH_INDIVIDUAL_BUTTON_INVERT 
   73         return buttons[index].getState();
 
  
A namespace for MIDI elements that can be added to a Bank, to change their address or channel.
 
void lock()
Lock the bank setting.
 
void unlock()
Unlock the bank setting.
 
#define BEGIN_CS_NAMESPACE
 
A class for saving an offset to a MIDI address.
 
A type-safe utility class for saving a MIDI address consisting of a 7-bit address,...
 
An array wrapper for easy copying, comparing, and iterating.
 
RelativeMIDICNChannelAddress getAddressOffset() const
Get the offset relative to the base address.
 
A struct for selecting the bank of BankableMIDIOutputs and the bank type.
 
A base class for all MIDIOutputElements that can be banked.