Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
CCSmartPotentiometer.hpp
Go to the documentation of this file.
1#pragma once
2
6
8
9namespace Bankable {
10
29template <uint8_t NumBanks>
31 : public SmartMIDIFilteredAnalog<NumBanks, SingleAddress,
32 ContinuousCCSender> {
33 public:
52};
53
54} // namespace Bankable
55
#define END_CS_NAMESPACE
#define BEGIN_CS_NAMESPACE
A class of MIDIOutputElements that read the analog input from a potentiometer or fader,...
CCSmartPotentiometer(BankConfig< NumBanks > config, pin_t analogPin, MIDIAddress address)
Create a new Bankable CCSmartPotentiometer object with the given analog pin, controller number and ch...
A class for potentiometers and faders that send MIDI events.
Class that sends continuous MIDI control change messages with a resolution of 7 bits.
A type-safe utility class for saving a MIDI address consisting of a 7-bit address,...
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