Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Bankable/PBPotentiometer.hpp
Go to the documentation of this file.
1#pragma once
2
6
8
9namespace Bankable {
10
26 : public MIDIFilteredAnalog<SingleAddress, PitchBendSender<10>> {
27 public:
44};
45
46} // namespace Bankable
47
#define END_CS_NAMESPACE
#define BEGIN_CS_NAMESPACE
A class for potentiometers and faders that send MIDI events and can be added to a Bank.
A class of MIDIOutputElements that read the analog input from a potentiometer or fader,...
PBPotentiometer(OutputBankConfig< BankType::ChangeChannel > config, pin_t analogPin, MIDIChannelCable address)
Create a new Bankable PBPotentiometer object with the given analog pin and channel.
A class for saving a MIDI channel and cable number.
A namespace for MIDI elements that can be added to a Bank, to change their address or channel.
An array wrapper for easy copying, comparing, and iterating.
Definition Array.hpp:32