#include <MIDI_Senders/ProgramChangeSender.hpp>
Class that sends MIDI program change messages.
Definition at line 12 of file ProgramChangeSender.hpp.
Public Member Functions | |
void | sendOn (MIDIAddress address) |
Sends a MIDI program change message for the given program. More... | |
void | sendOff (MIDIAddress address) |
Doesn't do anything (you cannot "un-select" a program). More... | |
|
inline |
Sends a MIDI program change message for the given program.
Definition at line 15 of file ProgramChangeSender.hpp.
|
inline |
Doesn't do anything (you cannot "un-select" a program).
Definition at line 19 of file ProgramChangeSender.hpp.