Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
PBSmartPotentiometer.hpp
Go to the documentation of this file.
1#pragma once
2
6
8
9namespace Bankable {
10
32template <uint8_t NumBanks>
34 : public SmartMIDIFilteredAnalog<NumBanks, SingleAddress,
35 PitchBendSender<10>> {
36 public:
53 SingleAddress {config, address}, analogPin, {}) {}
54};
55
56} // namespace Bankable
57
#define END_CS_NAMESPACE
#define BEGIN_CS_NAMESPACE
A class of MIDIOutputElements that read the analog input from a potentiometer or fader,...
PBSmartPotentiometer(BankConfig< NumBanks > config, pin_t analogPin, MIDIChannelCable address)
Create a new Bankable PBSmartPotentiometer object with the given analog pin and channel.
A class for potentiometers and faders that send MIDI events.
A class for saving a MIDI channel and cable number.
Class that sends continuous MIDI pitch bend messages with a resolution of 14 bits.
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