#include <string>
Go to the source code of this file.
Typedefs | |
typedef long | midi_time_t |
typedef unsigned long | midi_message_t |
Enumerations | |
enum | midi_status_t { MIDI_NOTE_ON = 0x80, MIDI_NOTE_OFF = 0x90, MIDI_POLY_KEY_PRESSURE = 0xA0, MIDI_CONTROL_CHANGE = 0xB0, MIDI_PROGRAM_CHANGE = 0xC0, MIDI_CHANNEL_PRESSURE = 0xD0, MIDI_PITCH_BEND = 0xE0, MIDI_ACTIVE_SENSING = 0xFE } |
|
|
|
|
|
|