AuLib
1.0beta
|
Variables | |
const uint32_t | note_on = 0x90 |
const uint32_t | note_off = 0x80 |
const uint32_t | ctrl_msg = 0xB0 |
const uint32_t | aftouch = 0xD0 |
const uint32_t | poly_aftouch = 0xA0 |
const uint32_t | prg_msg = 0xC0 |
const uint32_t | pitchbend = 0xE0 |
const uint32_t AuLib::midi::aftouch = 0xD0 |
MIDI aftertouch
const uint32_t AuLib::midi::ctrl_msg = 0xB0 |
MIDI control change
const uint32_t AuLib::midi::note_off = 0x80 |
MIDI note off
const uint32_t AuLib::midi::note_on = 0x90 |
MIDI note on
const uint32_t AuLib::midi::pitchbend = 0xE0 |
MIDI pitchbend
const uint32_t AuLib::midi::poly_aftouch = 0xA0 |
MIDI poly aftertouch
const uint32_t AuLib::midi::prg_msg = 0xC0 |
MIDI program change