149
MIDI Implemantation
Appendices
●
Song select
Status
2nd byte
F3H
ssH
ss=Song number :
00H-63H (0-99)
*
If a Preset Song is selected on the JS-5, this message switches Preset Songs. If a User Song
is selected, it switches User Songs. This message cannot switch between Preset and User
Songs.
■
System Realtime Message
●
Timing Clock
Status
F8H
*
This message is ignored when the MIDI Sync mode is set at INT or REMOTE.
●
Start
Status
FAH
*
This message is ignored when the MIDI Sync mode is set at INT.
●
Continue
Status
FBH
*
This message is ignored when the MIDI Sync mode is set at INT.
●
Stop
Status
FCH
*
This message is ignored when the MIDI Sync mode is set at INT.
●
Active Sensing
Status
FEH
*
Whenever the JS-5 receives this message, it monitors the interval of the incoming data. If
the subsequent message has not arrived within about 420 ms after the previous data, it
processes all tracks as though it has received All Sound Off, All Notes Off, Reset All
Controllers, and mutes the sounding voices, then stops monitoring receiving interval.
3. Messages stored during Realtime
recording of styles
■
Channel Voice Message
●
Note Off
Status
2nd byte
3rd byte
9nH
kkH
00H
n=MIDI channel :
1H-3H, 9H (ch. 2, 3, 4, 10)
kk=Note number :
00H-7FH (0-127)
●
Note on
Status
2nd byte
3rd byte
9nH
kkH
vvH
n=MIDI channel :
1H-3H, 9H (ch. 2, 3, 4, 10)
kk=Note number :
00H-7FH (0-127)
vv=Velocity : 01H-7FH (1-127)
4. Exclusive Communications
■
General
JS-5 can do one-way communications to send and receive parameters for kits, system setup,
sequence, user chord.
Model ID included in the exclusive message should be 00H 35H. The device ID code should
be System Exclusive Device ID of MIDI parameter. Note that the actual value that set in
device ID field is smaller by one than the value set System Exclusive Device ID of MIDI
parameter.
●
Universal Non-Realtime System Exclusive Message
❍
Inquiry Request
Status
data byte
Status
F0H
7EH, dev, 06H, 01H
F7H
Byte
Description
F0H
Exclusive Status
7EH
ID Number (Universal Non-Realtime Message)
dev
Device ID (dev: 10H(17)-1FH(32))
06H
Sub ID#1 (General Information)
01H
Sub ID#2 (Inquiry Request)
F7H
EOX (End of Exclusive)
*
The dev is own device number or 7FH (Broadcast).
*
When Inquiry Request is received, Inquiry Reply message will be transmitted.
❍
Inquiry Reply
Status
Data byte
Status
F0H
7EH, dev, 06H, 02H,
F7H
41H, 01H, 13H, 00H, 00H,
00H, 03H, 00H, 00H
Byte
Description
F0H
Exclusive Status
7EH
ID Number (Universal Non-Realtime Message)
dev
Device ID (dev: 10H(17)-1FH(32))
06H
Sub ID#1 (General Information)
02H
Sub ID#2 (Inquiry Reply)
41H
Manufacturer ID (Roland)
01H, 13H
Device Family Code
00H, 00H
Device Family Number Code
00H, 03H, 00H, 00H Software Revision Level
F7H
EOX (End of Exclusive)
*
Reply the message by the unique device ID (dev) when the device has received the
Inquiry Request Message in the Broadcast.
●
Data Transmission
❍
Request data RQ1 11H
Byte
Description
F0H
Exclusive status
41H
manufacturer ID (Roland)
DEV
device ID (00H-0FH)
00H
model ID (JS-5) MSB
35H
model ID (JS-5) LSB
11H
command ID (RQ1)
aaH
address MSB
aaH
address
aaH
address
aaH
address LSB
ssH
size MSB
ssH
size
ssH
size
ssH
size LSB
sum
checksum
F7H
EOX (End of Exclusive)