34
MIDI Implementation
 7 POLY (Controller number 127)
Status  2nd byte  3rd byte
BnH 7FH  00H
n = MIDI channel number:   0H - FH (ch.1 - ch.16)
 
9
System Realtime Messages
 7 Active Sensing
Status
FEH
 * This message is transmitted at intervals of approximately 250 msec.
 7 System Exclusive Messages
Status
F0H   :System Exclusive
F7H   : EOX (End of Exclusive)
Transmitted in the following three cases.
1. When Operating Bulk-Dump
2.  If Exclusive of System MIDI is “P-Dump,” this unit transmits all parameters in the patch when the 
patch is changed.
3.  If Exclusive of System MIDI is “TxEdit,” this unit transmits the parameter when the parameter is 
edited.
Refer to Section 3 to see details.
2. Receive data
 
9
Channel Voice Messages
 7 Note o
Status  2nd byte  3rd byte
8nH kkH  vvH
9nH kkH  00H
n = MIDI channel number:   0H - FH (ch.1 - ch.16)
kk = note number:     00H - 7FH (0 - 127)
vv = note o velocity:     00H - 7FH (0 - 127)
 7 Note on
Status  2nd byte  3rd byte
9nH kkH  vvH
n = MIDI channel number:   0H - FH (ch.1 - 16)
kk = note number:     00H - 7FH (0 - 127)
vv = note on velocity:     01H - 7FH (1 - 127)
 7 Control Change
 
6
Bank Select (Controller number 0, 32)
Status  2nd byte  3rd byte
BnH 00H  mmH
BnH 20H  llH
n = MIDI channel number:   0H - FH (ch.1 - 16)
mm, ll = Bank number:    00 00H - 7F 7FH (bank.1 - bank.16384)
 * The Patches corresponding to each Bank Select are as follows.
BANK SELECT
USER/PRESET 
BANK
PROGRAM 
NUMBER
PATCH 
NUMBER
MSB LSB
087
000 U1 1–64 11–88
001 U2 1–64 11–88
002 U3 1–64 11–88
003 U4 1–64 11–88
004 U5 1–64 11–88
005 U6 1–64 11–88
006 U7 1–64 11–88
007 U8 1–64 11–88
008 P1 1–64 11–88
009 P2 1–64 11–88
010 P3 1–64 11–88
011 P4 1–64 11–88
012 P5 1–64 11–88
013 P6 1–64 11–88
 
6
Modulation (Controller number 1)
Status  2nd byte  3rd byte
BnH 01H  vvH
n = MIDI channel number:   0H - FH (ch.1 - 16)
vv = Modulation depth:   00H - 7FH (0 - 127)
 
6
Portamento Time (Controller number 5)
Status  2nd byte  3rd byte
BnH 05H  vvH
n = MIDI channel number:   0H - FH (ch.1 - 16)
vv = Portamento Time:    00H - 7FH (0 - 127)