Control Surface
stm32
MIDI Control Surface library for Arduino
|
Classes that send certain types of MIDI messages.
Classes | |
class | ContinuousCCSender |
Class that sends continuous MIDI control change messages with a resolution of 7 bits. More... | |
class | ContinuousCCSender14< INPUT_PRECISION_BITS > |
Class that sends continuous MIDI control change messages with a resolution of 14 bits. More... | |
class | DigitalCCSender |
Class that sends MIDI control change messages signifying either "on" or "off". More... | |
class | DigitalNoteSender |
Class that sends MIDI note on and off messages. More... | |
class | PitchBendSender< INPUT_PRECISION_BITS > |
Class that sends continuous MIDI pitch bend messages with a resolution of 14 bits. More... | |
class | ProgramChangeSender |
Class that sends MIDI program change messages. More... | |
class | RelativeCCSender |
Class that sends relative/incremental MIDI control change messages. More... | |