Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
ProgramChangeSender.hpp
Go to the documentation of this file.
1#pragma once
2
4
6
13 public:
15 void sendOn(MIDIAddress address) {
17 }
19 void sendOff(MIDIAddress address) { (void)address; }
20};
21
Control_Surface_ & Control_Surface
A predefined instance of the Control Surface to use in the Arduino sketches.
#define END_CS_NAMESPACE
#define BEGIN_CS_NAMESPACE
A type-safe utility class for saving a MIDI address consisting of a 7-bit address,...
void sendProgramChange(MIDIAddress address)
Send a MIDI Program Change event.
Class that sends MIDI program change messages.
void sendOn(MIDIAddress address)
Sends a MIDI program change message for the given program.
void sendOff(MIDIAddress address)
Doesn't do anything (you cannot "un-select" a program).
An array wrapper for easy copying, comparing, and iterating.
Definition Array.hpp:32