| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
Go to the documentation of this file.
    9 namespace ManyAddresses {
 
   26 template <setting_t N>
 
   50                uint8_t velocity = 0x7F)
 
   52               {bank, addresses}, pin, {velocity}} {}
 
  
A class that groups Bankable BankableMIDIOutputs and BankableMIDIInputs, and allows the user to chang...
 
A namespace for MIDI elements that can be added to a Bank, to change their address or channel.
 
uint16_t pin_t
The type for Arduino pins (and ExtendedIOElement pins).
 
#define BEGIN_CS_NAMESPACE
 
An array wrapper for easy copying, comparing, and iterating.