| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
Go to the documentation of this file.
   18 template <
class BankAddress, 
class RelativeSender, 
class ResetSender>
 
   41             case IncrDecrButtons::Nothing: 
break;
 
   42             case IncrDecrButtons::IncrementShort: 
 
   43             case IncrDecrButtons::IncrementLong:  
 
   44             case IncrDecrButtons::IncrementHold:
 
   47             case IncrDecrButtons::DecrementShort: 
 
   48             case IncrDecrButtons::DecrementLong:  
 
   49             case IncrDecrButtons::DecrementHold:
 
   52             case IncrDecrButtons::Reset: 
reset(); 
break;
 
   69 #ifdef AH_INDIVIDUAL_BUTTON_INVERT 
  
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.
 
#define BEGIN_CS_NAMESPACE