15. MIDI Implementation
15. MIDI Implementation
Complete MIDI Implementation
Data Reception (Source 1 only)
Program Change Instruction:
Status
Data
1100nnnn
Oppppppp
nnnn = 0-15
MIDI channel
ppppppp = 0-98
Program Number
Data Transmission (Destination 1 – 15)
On briefly hitting the [Panic] key:
Status
Data
1011nnnn
01111011
00000000
Controller 1 23 (All Notes Off)
1011nnnn
01000000
00000000
Sustain Pedal Off
1011nnnn
00000001
00000000
Modulation Wheel 0
1110nnnn
00000000
01000000
Pitch Wheel 0
On depressing the [Panic] key longer:
Status
Data
1000nnnn
0ppppppp
00000000
Note On - Velocity 0
10010000
0ppppppp
00000000
Note Off
1011nnnn
01111001
00000000
Reset All Controllers
1101nnnn
00000000
Channel Pressure 0
each for
nnnn = 0-15
(MIDI channel)
and
ppppppp 0 - 127
(Note Number)
MIDI BAY Manual