| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
Go to the documentation of this file.
    9 namespace ManyAddresses {
 
   26 template <setting_t NumBanks>
 
   50               {bank, addresses}, analogPin, {}} {}
 
  
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
 
CCPotentiometer(const Bank< NumBanks > &bank, pin_t analogPin, const Array< MIDIAddress, NumBanks > &addresses)
Create a new CCPotentiometer object with the given analog pin, and address list.
 
An array wrapper for easy copying, comparing, and iterating.
 
A class of MIDIOutputElements that read the analog input from a potentiometer or fader,...
 
A class for potentiometers and faders that send MIDI events and that can be added to a Bank.
 
Class that sends continuous MIDI control change messages with a resolution of 7 bits.