Control Surface
develop
MIDI Control Surface library for Arduino
Toggle main menu visibility
Loading...
Searching...
No Matches
src
MIDI_Outputs
PCButton.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
MIDI_Outputs/Abstract/MIDIButton.hpp
>
4
#include <
MIDI_Senders/ProgramChangeSender.hpp
>
5
6
BEGIN_CS_NAMESPACE
7
19
class
PCButton
:
public
MIDIButton
<ProgramChangeSender> {
20
public
:
33
PCButton
(
pin_t
pin,
MIDIAddress
address
) :
MIDIButton
(pin,
address
, {}) {}
34
};
35
36
END_CS_NAMESPACE
MIDIButton.hpp
ProgramChangeSender.hpp
END_CS_NAMESPACE
#define END_CS_NAMESPACE
Definition
Settings/NamespaceSettings.hpp:14
BEGIN_CS_NAMESPACE
#define BEGIN_CS_NAMESPACE
Definition
Settings/NamespaceSettings.hpp:11
MIDIAddress
A type-safe utility class for saving a MIDI address consisting of a 7-bit address,...
Definition
MIDIAddress.hpp:145
MIDIButton< ProgramChangeSender >::address
MIDIAddress address
Definition
Abstract/MIDIButton.hpp:56
MIDIButton< ProgramChangeSender >::MIDIButton
MIDIButton(pin_t pin, MIDIAddress address, const ProgramChangeSender &sender)
Definition
Abstract/MIDIButton.hpp:30
PCButton::PCButton
PCButton(pin_t pin, MIDIAddress address)
Create a new PCButton object with the given pin, program number and channel.
Definition
PCButton.hpp:33
AH::ExtIO::pin_t
Type for storing pin numbers of Extended Input/Output elements.
Definition
Hardware-Types.hpp:25
Generated by
1.17.0