Control Surface  1.1.1
MIDI Control Surface library for Arduino
CCIncrementDecrementButtons.hpp
Go to the documentation of this file.
1 #pragma once
2 
6 
8 
20  : public MIDIIncrementDecrementButtons<RelativeCCSender,
21  DigitalNoteSender> {
22  public:
48  uint8_t multiplier = 1,
49  const MIDICNChannelAddress &resetNote = {},
50  const RelativeCCSender &relativeSender = {},
51  const DigitalNoteSender &resetSender = {})
54 };
55 
MIDIIncrementDecrementButtons< RelativeCCSender, DigitalNoteSender >::relativeSender
RelativeCCSender relativeSender
Definition: Abstract/MIDIIncrementDecrementButtons.hpp:72
MIDIIncrementDecrementButtons< RelativeCCSender, DigitalNoteSender >::MIDIIncrementDecrementButtons
MIDIIncrementDecrementButtons(const AH::IncrementDecrementButtons &buttons, const MIDICNChannelAddress &address, uint8_t multiplier, const MIDICNChannelAddress &resetAddress, const RelativeCCSender &relativeSender, const DigitalNoteSender &resetSender)
Construct a new MIDIIncrementDecrementButtons.
Definition: Abstract/MIDIIncrementDecrementButtons.hpp:22
MIDIIncrementDecrementButtons< RelativeCCSender, DigitalNoteSender >::multiplier
const uint8_t multiplier
Definition: Abstract/MIDIIncrementDecrementButtons.hpp:68
AH::IncrementDecrementButtons
A class for buttons that increment and decrement some counter or setting.
Definition: IncrementDecrementButtons.hpp:25
BEGIN_CS_NAMESPACE
#define BEGIN_CS_NAMESPACE
Definition: Settings/NamespaceSettings.hpp:9
END_CS_NAMESPACE
#define END_CS_NAMESPACE
Definition: Settings/NamespaceSettings.hpp:10
MIDIIncrementDecrementButtons
An abstract class for two buttons that send incremental MIDI events.
Definition: Abstract/MIDIIncrementDecrementButtons.hpp:15
MIDIIncrementDecrementButtons< RelativeCCSender, DigitalNoteSender >::resetSender
DigitalNoteSender resetSender
Definition: Abstract/MIDIIncrementDecrementButtons.hpp:73
MIDICNChannelAddress
A type-safe utility class for saving a MIDI address consisting of a 7-bit address,...
Definition: MIDICNChannelAddress.hpp:82
CCIncrementDecrementButtons
A class of MIDIOutputElements that read the input of two momentary push buttons to increment or decre...
Definition: CCIncrementDecrementButtons.hpp:19
MIDIIncrementDecrementButtons< RelativeCCSender, DigitalNoteSender >::buttons
AH::IncrementDecrementButtons buttons
Definition: Abstract/MIDIIncrementDecrementButtons.hpp:66
RelativeCCSender.hpp
CCIncrementDecrementButtons::CCIncrementDecrementButtons
CCIncrementDecrementButtons(const AH::IncrementDecrementButtons &buttons, const MIDICNChannelAddress &address, uint8_t multiplier=1, const MIDICNChannelAddress &resetNote={}, const RelativeCCSender &relativeSender={}, const DigitalNoteSender &resetSender={})
Construct a new CCIncrementDecrementButtons object.
Definition: CCIncrementDecrementButtons.hpp:46
DigitalNoteSender.hpp
DigitalNoteSender
Definition: DigitalNoteSender.hpp:7
RelativeCCSender
Definition: RelativeCCSender.hpp:65
MIDIIncrementDecrementButtons.hpp
MIDIIncrementDecrementButtons< RelativeCCSender, DigitalNoteSender >::address
const MIDICNChannelAddress address
Definition: Abstract/MIDIIncrementDecrementButtons.hpp:67