ReactOS 0.4.15-dev-7942-gd23573b
midi.h File Reference

Go to the source code of this file.

Macros

#define MIDI_NOTE_OFF   0x80
 
#define MIDI_NOTE_ON   0x90
 
#define MIDI_KEY_PRESSURE   0xA0
 
#define MIDI_CONTROL_CHANGE   0xB0
 
#define MIDI_PROGRAM_CHANGE   0xC0
 
#define MIDI_CHANNEL_PRESSURE   0xD0
 
#define MIDI_PITCH_BEND   0xE0
 
#define MIDI_SYSEX_START   0xF0
 
#define MIDI_QUARTER_FRAME   0xF1
 
#define MIDI_SONG_POSITION   0xF2
 
#define MIDI_SONG_SELECT   0xF3
 
#define MIDI_TUNE_REQUEST   0xF6
 
#define MIDI_SYSEX_END   0xF7
 
#define MIDI_CLOCK   0xF8
 
#define MIDI_TICK   0xF9
 
#define MIDI_START   0xFA
 
#define MIDI_CONTINUE   0xFB
 
#define MIDI_STOP   0xFC
 
#define MIDI_ACTIVE_SENSE   0xFE
 
#define MIDI_RESET   0xFF
 

Macro Definition Documentation

◆ MIDI_ACTIVE_SENSE

#define MIDI_ACTIVE_SENSE   0xFE

Definition at line 36 of file midi.h.

◆ MIDI_CHANNEL_PRESSURE

#define MIDI_CHANNEL_PRESSURE   0xD0

Definition at line 21 of file midi.h.

◆ MIDI_CLOCK

#define MIDI_CLOCK   0xF8

Definition at line 31 of file midi.h.

◆ MIDI_CONTINUE

#define MIDI_CONTINUE   0xFB

Definition at line 34 of file midi.h.

◆ MIDI_CONTROL_CHANGE

#define MIDI_CONTROL_CHANGE   0xB0

Definition at line 19 of file midi.h.

◆ MIDI_KEY_PRESSURE

#define MIDI_KEY_PRESSURE   0xA0

Definition at line 18 of file midi.h.

◆ MIDI_NOTE_OFF

#define MIDI_NOTE_OFF   0x80

Definition at line 16 of file midi.h.

◆ MIDI_NOTE_ON

#define MIDI_NOTE_ON   0x90

Definition at line 17 of file midi.h.

◆ MIDI_PITCH_BEND

#define MIDI_PITCH_BEND   0xE0

Definition at line 22 of file midi.h.

◆ MIDI_PROGRAM_CHANGE

#define MIDI_PROGRAM_CHANGE   0xC0

Definition at line 20 of file midi.h.

◆ MIDI_QUARTER_FRAME

#define MIDI_QUARTER_FRAME   0xF1

Definition at line 26 of file midi.h.

◆ MIDI_RESET

#define MIDI_RESET   0xFF

Definition at line 37 of file midi.h.

◆ MIDI_SONG_POSITION

#define MIDI_SONG_POSITION   0xF2

Definition at line 27 of file midi.h.

◆ MIDI_SONG_SELECT

#define MIDI_SONG_SELECT   0xF3

Definition at line 28 of file midi.h.

◆ MIDI_START

#define MIDI_START   0xFA

Definition at line 33 of file midi.h.

◆ MIDI_STOP

#define MIDI_STOP   0xFC

Definition at line 35 of file midi.h.

◆ MIDI_SYSEX_END

#define MIDI_SYSEX_END   0xF7

Definition at line 30 of file midi.h.

◆ MIDI_SYSEX_START

#define MIDI_SYSEX_START   0xF0

Definition at line 25 of file midi.h.

◆ MIDI_TICK

#define MIDI_TICK   0xF9

Definition at line 32 of file midi.h.

◆ MIDI_TUNE_REQUEST

#define MIDI_TUNE_REQUEST   0xF6

Definition at line 29 of file midi.h.