Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
PCButton.hpp
Go to the documentation of this file.
1#pragma once
2
5
7
19class PCButton : public MIDIButton<ProgramChangeSender> {
20 public:
34};
35
#define END_CS_NAMESPACE
#define BEGIN_CS_NAMESPACE
A type-safe utility class for saving a MIDI address consisting of a 7-bit address,...
MIDIButton(pin_t pin, MIDIAddress address, const ProgramChangeSender &sender)
PCButton(pin_t pin, MIDIAddress address)
Create a new PCButton object with the given pin, program number and channel.
Definition PCButton.hpp:33
Type for storing pin numbers of Extended Input/Output elements.