| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
Go to the documentation of this file.
   19 template <
class BankAddress, 
class RelativeSender, 
class ResetSender>
 
   43             case IncrDecrButtons::Decrement: 
send(-
multiplier, address); 
break;
 
   44             case IncrDecrButtons::Reset: 
reset(); 
break;
 
   45             case IncrDecrButtons::Nothing: 
break;
 
   62 #ifdef AH_INDIVIDUAL_BUTTON_INVERT 
  
A super class for object that have to be updated regularly.
 
A namespace for MIDI elements that can be added to a Bank, to change their address or channel.
 
#define BEGIN_CS_NAMESPACE
 
A type-safe utility class for saving a MIDI address consisting of a 7-bit address,...