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 namespace for MIDI elements that can be added to a Bank, to change their address or channel.
ContinuousCCSender sender
uint16_t pin_t
The type for Arduino pins (and ExtendedIOElement pins).
CCPotentiometer(const OutputBankConfig &config, pin_t analogPin, const MIDICNChannelAddress &address, const ContinuousCCSender &sender={})
Create a new Bankable CCPotentiometer object with the given analog pin, controller number and channel...
A class of MIDIOutputElements that read the analog input from a potentiometer or fader,...
#define BEGIN_CS_NAMESPACE
A type-safe utility class for saving a MIDI address consisting of a 7-bit address,...
MIDIFilteredAnalogAddressable(const SingleAddress &bankAddress, pin_t analogPin, const ContinuousCCSender &sender)
Construct a new MIDIFilteredAnalog.
A class for potentiometers and faders that send MIDI events and that can be added to a Bank.
A struct for selecting the bank of BankableMIDIOutputs and the bank type.