| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
Go to the documentation of this file.
   22 template <
class Sender>
 
   58             sender.sendOn(sendAddress);
 
   59             for (int8_t offset : *
chord)
 
   60                 sender.sendOn(sendAddress + offset);
 
   63             sender.sendOff(sendAddress);
 
   64             for (int8_t offset : *
chord)
 
   65                 sender.sendOff(sendAddress + offset);
 
   70 #ifdef AH_INDIVIDUAL_BUTTON_INVERT 
  
A namespace for MIDI elements that can be added to a Bank, to change their address or channel.
 
void lock()
Lock the bank setting.
 
uint16_t pin_t
The type for Arduino pins (and ExtendedIOElement pins).
 
void unlock()
Unlock the bank setting.
 
#define BEGIN_CS_NAMESPACE
 
A type-safe utility class for saving a MIDI address consisting of a 7-bit address,...
 
MIDICNChannelAddress getActiveAddress() const
 
A struct for selecting the bank of BankableMIDIOutputs and the bank type.
 
UniquePtr< T > MakeUnique(Args &&... args)