| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
Go to the documentation of this file.
    6 #include <MIDI_Outputs/Abstract/MIDIFilteredAnalog.hpp> 
  
const MIDICNChannelAddress address
 
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).
 
MIDIFilteredAnalog(pin_t analogPin, const MIDICNChannel &address, const PitchBendSender< 10 > &sender)
Construct a new MIDIFilteredAnalog.
 
#define BEGIN_CS_NAMESPACE
 
#define AH_DIAGNOSTIC_POP()
 
PitchBendSender< 10 > sender
 
PBPotentiometer(pin_t analogPin, const MIDICNChannel &address=CHANNEL_1, const PitchBendSender< 10 > &sender={})
Create a new PBPotentiometer object with the given analog pin and channel.
 
A class for saving a MIDI channel and cable number.
 
#define AH_DIAGNOSTIC_WERROR()
 
constexpr Channel CHANNEL_1