Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
CCPotentiometer.hpp
Go to the documentation of this file.
1#pragma once
2
5
7
19class CCPotentiometer : public MIDIFilteredAnalog<ContinuousCCSender> {
20 public:
33 : MIDIFilteredAnalog(analogPin, address, {}) {}
34};
35
#define END_CS_NAMESPACE
#define BEGIN_CS_NAMESPACE
A class of MIDIOutputElements that read the analog input from a potentiometer or fader,...
CCPotentiometer(pin_t analogPin, MIDIAddress address)
Create a new CCPotentiometer object with the given analog pin, controller number and channel.
A type-safe utility class for saving a MIDI address consisting of a 7-bit address,...
A class for potentiometers and faders that send MIDI events.