#include <MIDI_Interfaces/MIDI_Callbacks.hpp>
template<class Derived>
class FineGrainedMIDI_Callbacks< Derived >
- Examples
- MIDI-Input-Fine-Grained-All-Callbacks.ino, and MIDI-Input-Fine-Grained.ino.
Definition at line 34 of file MIDI_Callbacks.hpp.
|
|
void | onNoteOff (Channel channel, uint8_t note, uint8_t velocity, Cable cable) |
|
void | onNoteOn (Channel channel, uint8_t note, uint8_t velocity, Cable cable) |
|
void | onKeyPressure (Channel channel, uint8_t note, uint8_t pressure, Cable cable) |
|
void | onControlChange (Channel channel, uint8_t controller, uint8_t value, Cable cable) |
|
void | onProgramChange (Channel channel, uint8_t program, Cable cable) |
|
void | onChannelPressure (Channel channel, uint8_t pressure, Cable cable) |
|
void | onPitchBend (Channel channel, uint16_t bend, Cable cable) |
|
void | onSystemExclusive (SysExMessage message) |
|
void | onTimeCodeQuarterFrame (uint8_t data, Cable cable) |
|
void | onSongPosition (uint16_t beats, Cable cable) |
|
void | onSongSelect (uint8_t songnumber, Cable cable) |
|
void | onTuneRequest (Cable cable) |
|
void | onClock (Cable cable) |
|
void | onStart (Cable cable) |
|
void | onContinue (Cable cable) |
|
void | onStop (Cable cable) |
|
void | onActiveSensing (Cable cable) |
|
void | onSystemReset (Cable cable) |
|
◆ onNoteOff()
void onNoteOff |
( |
Channel |
channel, |
|
|
uint8_t |
note, |
|
|
uint8_t |
velocity, |
|
|
Cable |
cable |
|
) |
| |
|
inlineprotected |
◆ onNoteOn()
void onNoteOn |
( |
Channel |
channel, |
|
|
uint8_t |
note, |
|
|
uint8_t |
velocity, |
|
|
Cable |
cable |
|
) |
| |
|
inlineprotected |
◆ onKeyPressure()
void onKeyPressure |
( |
Channel |
channel, |
|
|
uint8_t |
note, |
|
|
uint8_t |
pressure, |
|
|
Cable |
cable |
|
) |
| |
|
inlineprotected |
◆ onControlChange()
void onControlChange |
( |
Channel |
channel, |
|
|
uint8_t |
controller, |
|
|
uint8_t |
value, |
|
|
Cable |
cable |
|
) |
| |
|
inlineprotected |
◆ onProgramChange()
void onProgramChange |
( |
Channel |
channel, |
|
|
uint8_t |
program, |
|
|
Cable |
cable |
|
) |
| |
|
inlineprotected |
◆ onChannelPressure()
void onChannelPressure |
( |
Channel |
channel, |
|
|
uint8_t |
pressure, |
|
|
Cable |
cable |
|
) |
| |
|
inlineprotected |
◆ onPitchBend()
void onPitchBend |
( |
Channel |
channel, |
|
|
uint16_t |
bend, |
|
|
Cable |
cable |
|
) |
| |
|
inlineprotected |
◆ onSystemExclusive()
◆ onTimeCodeQuarterFrame()
void onTimeCodeQuarterFrame |
( |
uint8_t |
data, |
|
|
Cable |
cable |
|
) |
| |
|
inlineprotected |
◆ onSongPosition()
void onSongPosition |
( |
uint16_t |
beats, |
|
|
Cable |
cable |
|
) |
| |
|
inlineprotected |
◆ onSongSelect()
void onSongSelect |
( |
uint8_t |
songnumber, |
|
|
Cable |
cable |
|
) |
| |
|
inlineprotected |
◆ onTuneRequest()
void onTuneRequest |
( |
Cable |
cable | ) |
|
|
inlineprotected |
◆ onClock()
void onClock |
( |
Cable |
cable | ) |
|
|
inlineprotected |
◆ onStart()
void onStart |
( |
Cable |
cable | ) |
|
|
inlineprotected |
◆ onContinue()
void onContinue |
( |
Cable |
cable | ) |
|
|
inlineprotected |
◆ onStop()
void onStop |
( |
Cable |
cable | ) |
|
|
inlineprotected |
◆ onActiveSensing()
void onActiveSensing |
( |
Cable |
cable | ) |
|
|
inlineprotected |
◆ onSystemReset()
void onSystemReset |
( |
Cable |
cable | ) |
|
|
inlineprotected |
◆ onChannelMessage()
|
inlineoverrideprotectedvirtual |
◆ onSysExMessage()
|
inlineoverrideprotectedvirtual |
◆ onSysCommonMessage()
|
inlineoverrideprotectedvirtual |
◆ onRealTimeMessage()
|
inlineoverrideprotectedvirtual |
The documentation for this class was generated from the following file: