1
MIDI Implementation
1. Receive data
■
Channel Voice Messages
* Not received in Performance mode when the Receive Switch parameter (PERFORM
PART) is OFF.
●
Note off
Status 2nd byte 3rd byte
8nH kkH vvH
9nH kkH 00H
n = MIDI channel number: 0H - FH (ch.1 - 16)
kk = note number: 00H - 7FH (0 - 127)
vv = note off velocity: 00H - 7FH (0 - 127)
●
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)
●
Control Change
❍
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)
* Not received in Performance mode when the Receive Bank Select (PERFORM PART) is
OFF.
* The Performances, Patches, and Rhythms corresponding to each Bank Select are as
follows.
+—————+———————————+———————————+——————————————————————+———————————+
| BANK SELECT | PROGRAM | GROUP | NUMBER |
| MSB | LSB | NUMBER | | |
+—————+———————————+———————————+——————————————————————+———————————+
| 085 | 000 | 001 — 008 | User Performance | 001 — 008 |
| | 064 | 001 — 032 | Preset Performance | 001 — 032 |
| 086 | 000 | 001 — 002 | User Rhythm | 001 — 002 |
| | 064 | 001 — 020 | Preset Rhythm | 001 — 020 |
| 087 | 000 | 001 — 128 | User Patch | 001 — 128 |
| | 064 | 001 — 128 | Preset Patch | 001 — 128 |
| | : | | : | |
| | 068 | 001 — 128 | Preset Patch | 001 — 128 |
| 120 | 000 | 001 — 057 | GM Rhythm | 001 — 009 |
| 121 | 000 — | 001 — 128 | GM Patch | 001 — 256 |
+—————+———————————+———————————+——————————————————————+———————————+
❍
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)
❍
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)
* The Portamento Time parameter (PATCH TONE) will change.
❍
Data Entry (Controller number 6, 38)
Status
2nd byte 3rd byte
BnH 06H mmH
BnH 26H llH
n = MIDI channel number: 0H - FH (ch.1 - 16)
mm, ll = the value of the parameter specified by RPN/NRPN
mm = MSB, ll = LSB
❍
Volume (Controller number 7)
Status 2nd byte 3rd byte
BnH 07H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Volume: 00H - 7FH (0 - 127)
* In Performance mode, the Part Level parameter (PERFORM PART) will change.
❍
Balance (Controller number 8)
Status
2nd byte 3rd byte
BnH 08H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Balance: 00H - 7FH (0 - 127)
* The Tone Balance parameter (PATCH COMMON) will change.
❍
Panpot (Controller number 10)
Status
2nd byte 3rd byte
BnH 0AH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Panpot: 00H - 40H - 7FH (Left - Center - Right),
* In Performance mode, the Part Pan parameter (PERFORM PART) will change.
❍
Expression (Controller number 11)
Status
2nd byte 3rd byte
BnH 0BH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Expression: 00H - 7FH (0 - 127)
❍
Effect Control 1 (Controller number 12)
Status 2nd byte 3rd byte
BnH 0CH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value (relative change): 00H - 40H - 7FH (-64 - 0 - +63)
❍
Effect Control 2 (Controller number 13)
Status
2nd byte 3rd byte
BnH 0DH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value (relative change): 00H - 40H - 7FH (-64 - 0 - +63)
❍
Hold 1 (Controller number 64)
Status
2nd byte 3rd byte
BnH 40H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value: 00H - 7FH (0 - 127) 0-63 = OFF, 64-127 = ON
❍
Portamento (Controller number 65)
Status 2nd byte 3rd byte
BnH 41H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value: 00H - 7FH (0 - 127) 0 - 63 = OFF, 64 - 127 = ON
* The Portamento Switch parameter (PATCH TONE) will change.
❍
Sostenuto (Controller number 66)
Status
2nd byte 3rd byte
BnH 42H vvH
n = MIDI channel number:0H - FH (ch.1 - 16)
vv = Control value: 00H - 7FH (0 - 127) 0 - 63 = OFF, 64 - 127 = ON
❍
Soft (Controller number 67)
Status
2nd byte 3rd byte
BnH 43H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value: 00H - 7FH (0 - 127) 0 - 63 = OFF, 64 - 127 = ON
❍
Resonance (Controller number 71)
Status 2nd byte 3rd byte
BnH 47H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv= Resonance value (relative change): 00H - 40H - 7FH (-64 - 0 - +63),
* The Resonance parameter (PATCH TONE) will change.
❍
Release Time (Controller number 72)
Status
2nd byte 3rd byte
BnH 48H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Release Time value (relative change): 00H - 40H - 7FH (-64 - 0 - +63),
* The Release Time parameter (PATCH TONE) will change.
❍
Attack time (Controller number 73)
Status
2nd byte 3rd byte
BnH 49H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Attack time value (relative change): 00H - 40H - 7FH (-64 - 0 - +63),
* The Attack Time parameter (PATCH TONE) will change.
Model: JUNO-D
Date: 2004.4.1
Version: 1.00
Copyright © 2004 ROLAND CORPORATION
No part of this publication may be reproduced in any form without the written permission of ROLAND CORPORATION.
1PS