Roland PRELUDE MIDI Implementation

MIDI Implementation
Date: 2008. 10. 15
Version: 1.00

1. Receive data

Channel Voice Messages
*Not received when the MIDI Rx Switch parameter (SYSTEM MIDI) 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:
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)
*Not received when the Rx Modulation parameter (SYSTEM MIDI) is OFF.
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)
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)
* The Level parameter (Perform Tone Edit) 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:
* The Pan parameter (Perform Tone Edit) 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)
00 00H - 7F 7FH (bank.1 - bank.16384)
00H - 40H - 7FH (Left - Center - Right)
Hold 1 (Controller number 64)
Status
BnH 40H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value:
2nd byte 3rd byte
00H - 7FH (0 - 127) 0-63 = OFF, 64-127 = ON
Portamento (Controller number 65)
Status
BnH 41H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value:
* The Portamento Switch parameter (Perform Tone Edit) will change.
2nd byte 3rd byte
00H - 7FH (0 - 127) 0 - 63 = OFF, 64 - 127 = ON
Sostenuto (Controller number 66)
Status
BnH 42H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value:
2nd byte 3rd byte
00H - 7FH (0 - 127) 0 - 63 = OFF, 64 - 127 = ON
Soft (Controller number 67)
Status
BnH 43H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value:
2nd byte 3rd byte
00H - 7FH (0 - 127) 0 - 63 = OFF, 64 - 127 = ON
Legato Foot Switch (Controller number 68)
Status
BnH 44H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value:
* The Legato Switch parameter (Perform Tone Edit) will change.
2nd byte 3rd byte
00H - 7FH (0 - 127) 0 - 63 = OFF, 64 - 127 = ON
Resonance (Controller number 71)
Status
BnH 47H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv= Resonance value (relative change)
* The Resonance parameter (Perform Tone Edit) will change.
2nd byte 3rd byte
: 00H - 40H - 7FH (-64 - 0 - +63)
Release Time (Controller number 72)
Status
BnH 48H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Release Time value (relative change)
* The Release Time parameter (Perform Tone Edit) will change.
2nd byte 3rd byte
: 00H - 40H - 7FH (-64 - 0 - +63)
Attack time (Controller number 73)
Status
BnH 49H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Attack time value (relative change)
* The Attack Time parameter (Perform Tone Edit) will change.
2nd byte 3rd byte
: 00H - 40H - 7FH (-64 - 0 - +63)
Cutoff (Controller number 74)
Status
BnH 4AH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Cutoff value (relative change): 00H - 40H - 7FH (-64 - 0 - +63)
* The Cutoff parameter (Perform Tone Edit) will change.
2nd byte 3rd byte
Decay Time (Controller number 75)
Status
BnH 4BH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Decay Time value (relative change)
* The Decay Time parameter (Perform Tone Edit) will change.
2nd byte 3rd byte
: 00H - 40H - 7FH (-64 - 0 - +63)
Copyright © 2008 ROLAND EUROPE
All rights reserved. No part of this publication may be reproduced in any form without the written permission of ROLAND EUROPE.
1
1PS
MIDI Implementation
Vibrato Rate (Controller number 76)
Status
BnH 4CH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Vibrato Rate value (relative change)
* The Vibrato Rate parameter (Perform Tone Edit) will change.
2nd byte 3rd byte
: 00H - 40H - 7FH (-64 - 0 - +63)
Vibrato Depth (Controller number 77)
Status
BnH 4DH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Vibrato Depth Value (relative change)
* The Vibrato Depth parameter (Perform Tone Edit) will change.
2nd byte 3rd byte
: 00H - 40H - 7FH (-64 - 0 - +63)
Vibrato Delay (Controller number 78)
Status
BnH 4EH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Vibrato Delay value (relative change)
* The Vibrato Delay parameter (Perform Tone Edit) will change.
2nd byte 3rd byte
: 00H - 40H - 7FH (-64 - 0 - +63)
General Purpose Controller 5 (Controller number 80)
Status
BnH 50H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value: 00H - 7FH (0 - 127)
2nd byte 3rd byte
General Purpose Controller 6 (Controller number 81)
Status
BnH 51H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value: 00H - 7FH (0 - 127)
2nd byte 3rd byte
General Purpose Controller 7 (Controller number 82)
Status
BnH 52H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value: 00H - 7FH (0 - 127)
2nd byte 3rd byte
General Purpose Controller 8 (Controller number 83)
Status
BnH 53H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value: 00H - 7FH (0 - 127)
2nd byte 3rd byte
Portamento control (Controller number 84)
Status 2nd byte 3rd byte
BnH 54H kkH
n = MIDI channel number: 0H - FH (ch.1 - 16)
kk = source note number: 00H - 7FH (0 - 127)
*A Note-on received immediately after a Portamento Control message will change
continuously in pitch, starting from the pitch of the Source Note Number.
* If a voice is already sounding for a note number identical to the Source Note Number,
this voice will continue sounding (i.e., legato) and will, when the next Note-on is
received, smoothly change to the pitch of that Note-on.
* The rate of the pitch change caused by Portamento Control is determined by the
Portamento Time value.
Effect 1 (Reverb Send Level) (Controller number 91)
Status
BnH 5BH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Reverb Send Level: 00H - 7FH (0 - 127)
* The Reverb Send Level parameter (Perform Tone Edit) will change.
2nd byte 3rd byte
Effect 3 (Chorus Send Level) (Controller number 93)
Status
BnH 5DH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Chorus Send Level: 00H - 7FH (0 - 127)
* The Chorus Send Level parameter (Perform Tone Edit) will change.
2nd byte 3rd byte
RPN MSB/LSB (Controller number 100, 101)
Status
BnH 65H mmH
BnH 64H llH
n = MIDI channel number: 0H - FH (ch.1 - 16)
mm = upper byte (MSB) of parameter number specified by RPN
ll = lower byte (LSB) of parameter number specified by RPN
<<< RPN >>>
Control Changes include RPN (Registered Parameter Numbers), which are extended.
When using RPNs, first RPN (Controller numbers 100 and 101; they can be sent in any
order) should be sent in order to select the parameter, then Data Entry (Controller numbers
6 and 38) should be sent to set the value. Once RPN messages are received, Data Entry
messages that is received at the same MIDI channel after that are recognized as changing
toward the value of the RPN messages. In order not to make any mistakes, transmitting
RPN Null is recommended after setting parameters you need.
This device receives the following RPNs.
RPN Data entry
MSB, LSB MSB, LSB Notes
00H, 00H mmH, llH Pitch Bend Sensitivity
* The Pitch Bend Range parameter (Perform Tone Edit) will change.
00H, 01H mmH, llH Channel Fine Tuning
00H, 02H mmH, llH Channel Coarse Tuning
00H, 05H mmH, llH Modulation Depth Range
7FH, 7FH ---, --- RPN null
2nd byte 3rd byte
mm: 00H - 18H (0 - 24 semitones)
ll: ignored (processed as 00H)
Up to 2 octave can be specified in semitone steps.
mm, ll: 20 00H - 40 00H - 60 00H
(-4096 x 100 / 8192 - 0 - +4096 x 100 / 8192 cent)
mm: 10H - 40H - 70H (-48 - 0 - +48 semitones)
ll: ignored (processed as 00H)
mm: 00 00H - 06 00H
(0 - 16384 x 600 / 16384 cent)
RPN and NRPN will be set as “unspecified.”
Once this setting has been made, subsequent
Parameter values that were previously set will
not change.
mm, ll: ignored
Program Change
Status
CnH ppH
n = MIDI channel number: 0H - FH (ch.1 - 16)
pp = Program number: 00H - 7FH (prog.1 - prog.128)
*Not received when the Rx Program Change parameter (SYSTEM MIDI) is OFF.
2nd byte
Channel Pressure
Status
DnH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Channel Pressure: 00H - 7FH (0 - 127)
2nd byte
Pitch Bend Change
Status
EnH llH mmH
n = MIDI channel number: 0H - FH (ch.1 - 16)
mm, ll = Pitch Bend value:
2nd byte 3rd byte
00 00H - 40 00H - 7F 7FH (-8192 - 0 - +8191)
2
*Not received when the Rx Pitch Bend parameter (SYSTEM MIDI) is OFF.
MIDI Implementation
Channel Mode Messages
*Not received when the MIDI Rx Switch parameter (SYSTEM MIDI) is OFF.
All Sounds Off (Controller number 120)
Status 2nd byte 3rd byte
BnH 78H 00H
n = MIDI channel number: 0H - FH (ch.1 - 16)
*When this message is received, all notes currently sounding on the corresponding
channel will be turned off.
Reset All Controllers (Controller number 121)
Status 2nd byte 3rd byte
BnH 79H 00H
n = MIDI channel number: 0H - FH (ch.1 - 16)
*When this message is received, the following controllers will be set to their reset values.
Controller Reset value
Pitch Bend Change +/-0 (center)
Polyphonic Key Pressure 0 (off)
Channel Pressure 0 (off)
Modulation 0 (off)
Expression 127 (max)
Hold 1 0 (off)
Sostenuto 0 (off)
Soft 0 (off)
RPN unset; previously set data will not change
NRPN unset; previously set data will not change
All Notes Off (Controller number 123)
Status 2nd byte 3rd byte
BnH 7BH 00H
n = MIDI channel number: 0H - FH (ch.1 - 16)
*When All Notes Off is received, all notes on the corresponding channel will be turned
off. However, if Hold 1 or Sostenuto is ON, the sound will be continued until these are
turned off.
OMNI OFF (Controller number 124)
Status
BnH 7CH 00H
n = MIDI channel number: 0H - FH (ch.1 - 16)
* The same processing will be carried out as when All Notes Off is received.
2nd byte 3rd byte
System Realtime Messages
Timing Clock
Status
F8H
*When “Timing Clock” is received, the song/style player is synchronized to an external
clock according to the following table.
SYSTEM Rx Sync Response
OFF A Song/Style will neither start/stop nor follow the tempo of the
external “Timing Clock” (F8) and “Start/Stop” (FA/FC) messages.
ON If a Song/Style receives “Start/Stop” (FA/FC), it will follow
automatically Internal or External Timing related to the presence or
not of the incoming “Timing Clock” (F8) messages (except the USB
Memory Player).
Song/Style Start
Status
FAH
*When “Start” is received, the song/style player start.
Song Continue
Status
FBH
*When “Continue” is received, the song player continue to play from the current position.
Song/Style Stop
Status
FCH
*When “Stop” is received, the song/style player stop.
Active Sensing
Status
FEH
*When “Active Sensing” is received, the unit will begin monitoring the intervals of all
further messages. While monitoring, if the interval between messages exceeds 420 ms,
the same processing will be carried out as when All Sounds Off, All Notes Off and Reset
All Controllers are received, and message interval monitoring will be halted.
System Common Message
OMNI ON (Controller number 125)
Status
BnH 7DH 00H
n = MIDI channel number: 0H - FH (ch.1 - 16)
* The same processing will be carried out as when All Notes Off is received. OMNI ON
will not be turned on.
2nd byte 3rd byte
MONO (Controller number 126)
Status
BnH 7EH mmH
n = MIDI channel number: 0H - FH (ch.1 - 16)
mm = mono number: 00H - 10H (0 - 16)
* The same processing will be carried out as when All Notes Off is received.
* The Mono/Poly parameter (Perform Tone Edit) will change.
2nd byte 3rd byte
POLY (Controller number 127)
Status 2nd byte 3rd byte
BnH 7FH 00H
n = MIDI channel number: 0H - FH (ch.1 - 16)
* The same processing will be carried out as when All Notes Off is received.
* The Mono/Poly parameter (Perform Tone Edit) will change.
Song Position Pointer
Status
F2H llH hhH
ll = song position LSB: 00H - 7FH
hh = song position MSB: 00H - 7FH
2nd byte 3rd byte
System Exclusive Message
Status
F0H iiH, ddH, ......,eeH F7H
F0H: System Exclusive Message status
ii = ID number: an ID number (manufacturer ID) to indicate the manufacturer
dd,...,ee = data: 00H - 7FH (0 - 127)
F7H: EOX (End Of Exclusive)
Of the System Exclusive messages received by this device, the Universal Non-realtime
messages and the Universal Realtime messages and the Data Set (DT1) messages will be set
automatically.
Data byte Status
whose Exclusive message this is. Roland's manufacturer ID is
41H.
ID numbers 7EH and 7FH are extensions of the MIDI standard;
Universal Non-realtime Messages (7EH) and Universal Realtime
Messages (7FH).
3
Loading...
+ 7 hidden pages