| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
Go to the documentation of this file.
    6 #include <AH/Containers/ArrayHelpers.hpp> 
   14 namespace ManyAddresses {
 
   34 template <setting_t NumBanks>
 
   37                                           PitchBendSender<10>> {
 
   54               {bank, AH::copyAs<MIDIAddress>(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.
 
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).
 
#define BEGIN_CS_NAMESPACE
 
#define AH_DIAGNOSTIC_POP()
 
Class that sends continuous MIDI pitch bend messages with a resolution of 14 bits.
 
An array wrapper for easy copying, comparing, and iterating.
 
A class of MIDIOutputElements that read the analog input from a potentiometer or fader,...
 
#define AH_DIAGNOSTIC_WERROR()
 
PBPotentiometer(const Bank< NumBanks > &bank, pin_t analogPin, const Array< MIDIChannelCN, NumBanks > &addresses)
Create a new Bankable PBPotentiometer object with the given analog pin and channel.