96
97
Appendix E: MIDI Implementation
Sequential
Prophet Rev2 User’s Guide
Appendix E: MIDI Implementation
Request Program Dump
Status
Description
1111 0000
System Exclusive (SysEx)
0000 0001
DSI ID
0010 1111
Rev2 ID
0000 0101
Request Program Transmit
0000 00vv
Bank Number, 0 - 7
0vvv vvvv
Program Number, 0 - 127
1111 0111
End of Exclusive (EOX)
The Rev2 will respond by sending out the program data in the format
described below in
Program Data Dump
.
Request Program Edit Buffer Dump
Status
Description
1111 0000
System Exclusive (SysEx)
0000 0001
DSI ID
0010 1111
Rev2 ID
0000 0110
Request Program Edit Buffer Transmit
1111 0111
End of Exclusive (EOX)
The Rev2 will respond by sending out the current program edit buffer in
the format described below in
Program Edit Buffer Data Dump
.
Request Global Parameter Dump
Status
Description
1111 0000
System Exclusive (SysEx)
0000 0001
DSI ID
0010 1111
Rev2 ID
0000 1110
Request Global Parameter Transmit
1111 0111
End of Exclusive (EOX)
The Rev2 will respond by sending out the current values of the global
parameters in the format described in
Global Parameters Data Dump
.
Program Data Dump
Status
Description
1111 0000
System Exclusive (SysEx)
0000 0001
DSI ID
0010 1111
Rev2 ID
0000 0010
Program Data
0000 00vv
Bank Number: 0 - 9
0vvv vvvv
Program Number: 0 - 99
0vvv vvvv
2046 bytes expanded to 2339 MIDI bytes in “packed MS bit” format
1111 0111
End of Exclusive (EOX)
Program Edit Buffer Data Dump
Status
Description
1111 0000
System Exclusive (SysEx)
0000 0001
DSI ID
0010 1111
Rev2 ID
0000 0011
Edit Buffer Data
0vvv vvvv
2046 bytes expanded to 2339 MIDI bytes in “pa cked MS bit” format
1111 0111
End of Exclusive (EOX)
Global Parameters Data Dump
Value
Description
1111 0000
System Exclusive (SysEx)
0000 0001
DSI ID
0010 1111
Rev2 ID
0000 1111
Main Parameter Data
0vvv vvvv
50 nibbles (LS then MS) for 25 Global parameters
1111 0111
End of Exclusive (EOX)
The Global Parameters Data Dump is not recognized when received. It is only
transmitted when requested. NRPN messages are used to change Globals.