| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
Go to the documentation of this file.
    6 #include <MIDI_Outputs/Abstract/MIDIFilteredAnalog.hpp> 
  
A class for potentiometers and faders that send MIDI events (with only a channel, no address).
 
A class of MIDIOutputElements that read the analog input from a potentiometer or fader,...
 
uint16_t pin_t
The type for Arduino pins (and ExtendedIOElement pins).
 
A class for saving a MIDI channel and cable number.
 
const MIDIAddress address
 
#define BEGIN_CS_NAMESPACE
 
#define AH_DIAGNOSTIC_POP()
 
PBPotentiometer(pin_t analogPin, const MIDIChannelCN &address=CHANNEL_1)
Create a new PBPotentiometer object with the given analog pin and channel.
 
#define AH_DIAGNOSTIC_WERROR()
 
constexpr Channel CHANNEL_1