Abstract class for a MidiAction.
More...
#include <MidiAction.h>
|
virtual void | onControlChange (uint8_t channel, uint8_t controller, uint8_t value)=0 |
|
virtual void | onNoteOff (uint8_t channel, uint8_t note, uint8_t velocity)=0 |
|
virtual void | onNoteOn (uint8_t channel, uint8_t note, uint8_t velocity)=0 |
|
virtual void | onPitchBend (uint8_t channel, uint8_t value)=0 |
|
Abstract class for a MidiAction.
by Phil Schatzmann
The documentation for this class was generated from the following file: