4-3
MIDI Implementation Data
Active Setup Data
Byte
Value
Description
0
F0 (hex)
System Exclusive
1
06
Lexicon ID
2
05
LXP-5 ID
3
0000 nnnn(bin)
n = MIDI Channel 0-15
4
5E (hex)
data byte count (94)
5
0vvv vvvv(bin)
7-bit data
.
.
.
98
0vvv vvvv
99
0sss ssss
sumcheck of data bytes
100
F7 (hex)
End of SysEx message
Stored (Single Program) Data
Byte
Value
Description
0
F0 (hex)
System Exclusive
1
06
Lexicon ID
2
05
LXP-5 ID
3
0001 nnnn(bin)
n = MIDI Channel 0-15
4
0ppp pppp
p = register number 0 - 127
5
39 (hex)
data byte count (57)
6
0vvv vvvv
7-bit data
.
.
.
62
0vvv vvvv
63
0sss ssss
sumcheck of data bytes
64
F7 (hex)
End of SysEx message