Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
ProgramChangeSender Class Reference

#include <MIDI_Senders/ProgramChangeSender.hpp>

Detailed Description

Class that sends MIDI program change messages.

Definition at line 12 of file ProgramChangeSender.hpp.

Collaboration diagram for ProgramChangeSender:

Public Member Functions

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).

Member Function Documentation

◆ sendOn()

void sendOn ( MIDIAddress address)
inline

Sends a MIDI program change message for the given program.

Definition at line 15 of file ProgramChangeSender.hpp.

◆ sendOff()

void sendOff ( MIDIAddress address)
inline

Doesn't do anything (you cannot "un-select" a program).

Definition at line 19 of file ProgramChangeSender.hpp.


The documentation for this class was generated from the following file: