Control Surface  1.2.0
MIDI Control Surface library for Arduino
ProgramChangeSelector.cpp
Go to the documentation of this file.
1 #ifdef TEST_COMPILE_ALL_HEADERS_SEPARATELY
4 template class ProgramChangeSelector<3>;
6 #endif
BEGIN_CS_NAMESPACE
#define BEGIN_CS_NAMESPACE
Definition: Settings/NamespaceSettings.hpp:9
END_CS_NAMESPACE
#define END_CS_NAMESPACE
Definition: Settings/NamespaceSettings.hpp:10
ProgramChangeSelector
Selector that listens for MIDI Program Change events on a given MIDI Channel, and uses the program nu...
Definition: ProgramChangeSelector.hpp:50
ProgramChangeSelector.hpp