| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
Go to the documentation of this file.
    6 #include <Banks/BankAddresses.hpp> 
  
A namespace for MIDI elements that can be added to a Bank, to change their address or channel.
 
A class for potentiometers and faders that send MIDI events (with only a channel, no address) and tha...
 
uint16_t pin_t
The type for Arduino pins (and ExtendedIOElement pins).
 
A class for saving a MIDI channel and cable number.
 
#define BEGIN_CS_NAMESPACE
 
#define AH_DIAGNOSTIC_POP()
 
PBPotentiometer(OutputBankConfig< BankType::CHANGE_CHANNEL > config, pin_t analogPin, MIDIChannelCN address)
Create a new Bankable PBPotentiometer object with the given analog pin and channel.
 
#define AH_DIAGNOSTIC_WERROR()
 
A struct for selecting the bank of BankableMIDIOutputs and the bank type.
 
A class of MIDIOutputElements that read the analog input from a potentiometer or fader,...