2.3 System Realtime Message
Status |
|
F8H | Clock |
FAH | Start |
FCH | Stop |
*Sending [SW] External Seq. Start/Stop
3. Exclusive Data
3.1 Universal Realtime Exclusive Message
Master Volume
Format:F0 7F 7F 04 01 ll mm F7 mm=MSB of Master Volume ll=LSB of Master Volume
3.2 Dump Message
MP5 can receive this dump data, and also can transmit by the panel operation with System switch. Also,MP5 can receive MP8/4/9500/9000’s dump data.(Please see the manual of MP8/4/9500/9000 about the format.)
*note: A Part of MP8/4/9500/9000’s tones or parameters will be replaced to the MP5’s one.
3.2.1 Normal Dump Message
Format:F0 40 <ch> <ff> 00 0E <DATA> F7 |
| |
<ch> | :MIDI ch (00~0F) |
|
<ff> | :20=Dump Current / 21=Dump All (Sound or Setup) | |
<DATA> | :Dump Current = 432bytes *Current Setup data in edit buffer or to edit buffer | |
| :Dump All Sound= 12,288bytes | *All Sound |
| :Dump All Setup= 110,592bytes | *All Setup 1~256 |
3.2.2 Divided Dump Message
a: Top Of Data
Format:F0 40 <ch> <ff> 00 0E 01 <LENGTH> F7
<ch> | :MIDI ch (00~0F) |
| |
<ff> | :22=Dump Current / 23=Dump All |
| |
<LENGTH>: 4bytes (7bit*4=28bit, Big Endian) | |||
b: Data Packet |
|
|
|
Format:F0 40 <ch> <ff> 00 0E 02 <DATA> F7 |
| ||
<ch> |
| :MIDI ch (00~0F) |
|
<ff> |
| :22=Dump Current / 23=Dump All (Sound or Setup) | |
<DATA> | :max 120bytes that are divided from Dump Current or Dump All | ||
| :Dump | Current = 432bytes *Current Setup data in edit buffer or to edit buffer | |
| :Dump All Sound=12,288bytes | *All Sound | |
| :Dump All Setup= 110,592bytes | *All Setup 1~256 | |
c:End Of Data |
|
|
|
Format:F0 40 <ch> <ff> 00 0E 7B F7 |
| ||
<ch> | :MIDI ch (00~0F) |
| |
<ff> | :22=Dump Current / 23=Dump All |
|
69