Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
CCButtonLatched.hpp
Go to the documentation of this file.
1/* ✔ */
2
3#pragma once
4
7
9
23class CCButtonLatched : public MIDIButtonLatched<DigitalCCSender> {
24 public:
42};
43
#define END_CS_NAMESPACE
#define BEGIN_CS_NAMESPACE
A class of MIDIOutputElements that read the input of a momentary push button or switch,...
CCButtonLatched(pin_t pin, MIDIAddress address, const DigitalCCSender &sender={})
Create a new CCButtonLatched object on the given pin and with address.
Class that sends MIDI control change messages signifying either "on" or "off".
A type-safe utility class for saving a MIDI address consisting of a 7-bit address,...
A class for momentary buttons and switches that send MIDI events.