Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
PBPotentiometer.hpp
Go to the documentation of this file.
1#pragma once
2
5
7
22class PBPotentiometer : public MIDIFilteredAnalog<PitchBendSender<10>> {
23 public:
35 : MIDIFilteredAnalog(analogPin, address, {}) {}
36};
37
constexpr Channel Channel_1
Definition Channel.hpp:118
#define END_CS_NAMESPACE
#define BEGIN_CS_NAMESPACE
A class for saving a MIDI channel and cable number.
A class for potentiometers and faders that send MIDI events.
A class of MIDIOutputElements that read the analog input from a potentiometer or fader,...
PBPotentiometer(pin_t analogPin, MIDIChannelCable address=Channel_1)
Create a new PBPotentiometer object with the given analog pin and channel.