ReactOS
0.4.16-dev-297-gc569aee
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
midi.h
Go to the documentation of this file.
1
/*
2
ReactOS Sound System
3
MIDI constants
4
5
Author:
6
Andrew Greenwood (silverblade@reactos.org)
7
8
History:
9
26 May 2008 - Created
10
*/
11
12
#ifndef ROS_MIDI
13
#define ROS_MIDI
14
15
/* Channel-based MIDI status bytes */
16
#define MIDI_NOTE_OFF 0x80
17
#define MIDI_NOTE_ON 0x90
18
#define MIDI_KEY_PRESSURE 0xA0
19
#define MIDI_CONTROL_CHANGE 0xB0
20
#define MIDI_PROGRAM_CHANGE 0xC0
21
#define MIDI_CHANNEL_PRESSURE 0xD0
22
#define MIDI_PITCH_BEND 0xE0
23
24
/* System MIDI status bytes */
25
#define MIDI_SYSEX_START 0xF0
26
#define MIDI_QUARTER_FRAME 0xF1
27
#define MIDI_SONG_POSITION 0xF2
28
#define MIDI_SONG_SELECT 0xF3
29
#define MIDI_TUNE_REQUEST 0xF6
30
#define MIDI_SYSEX_END 0xF7
31
#define MIDI_CLOCK 0xF8
32
#define MIDI_TICK 0xF9
33
#define MIDI_START 0xFA
34
#define MIDI_CONTINUE 0xFB
35
#define MIDI_STOP 0xFC
36
#define MIDI_ACTIVE_SENSE 0xFE
37
#define MIDI_RESET 0xFF
38
39
#endif
sdk
include
reactos
libs
sound
midi.h
Generated on Wed Nov 27 2024 06:12:44 for ReactOS by
1.9.6