Control Surface 2.1.2
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:
34};
35
#define END_CS_NAMESPACE
#define BEGIN_CS_NAMESPACE
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,...
MIDIFilteredAnalog(pin_t analogPin, MIDIAddress address, const ContinuousCCSender &sender)
Type for storing pin numbers of Extended Input/Output elements.