| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
Go to the documentation of this file.
   19 template <
class Sender>
 
   54             sender.sendOn(sendAddress);
 
   55             for (int8_t offset : *
chord)
 
   56                 sender.sendOn(sendAddress + offset);
 
   58             sender.sendOff(sendAddress);
 
   59             for (int8_t offset : *
chord)
 
   60                 sender.sendOff(sendAddress + offset);
 
   64 #ifdef AH_INDIVIDUAL_BUTTON_INVERT 
  
uint16_t pin_t
The type for Arduino pins (and ExtendedIOElement pins).
 
#define BEGIN_CS_NAMESPACE
 
A type-safe utility class for saving a MIDI address consisting of a 7-bit address,...
 
UniquePtr< T > MakeUnique(Args &&... args)