This is an old version of the documentation. View the latest version
here.
Control Surface
1.0.0
MIDI Control Surface library for Arduino
|
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,...
const MIDICNChannelAddress address
uint16_t pin_t
The type for Arduino pins (and ExtendedIOElement pins).
#define BEGIN_CS_NAMESPACE
PitchBendSender< 10 > sender
A class for saving a MIDI channel and cable number.
MIDIFilteredAnalog(pin_t analogPin, const MIDICNChannel &address, const PitchBendSender< 10 > &sender)
Construct a new MIDIFilteredAnalog.
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.
constexpr Channel CHANNEL_1