n = MIDI channel number: 0H-FH (ch.1-ch.16)
kk = note number: 00H-7FH (0-127)
vv = note off velocity: 00H-7FH (0-127)
* The velocity values of Note Off messages are ignored.
Note on
Status
9nHkkHvvH
n = MIDI channel number: 0H-FH (ch.1-ch.16)
kk = note number: 00H-7FH (0-127)
vv = note on velocity: 01H-7FH (1-127)
Control Change
* The value specified by a Control Change message will not be reset even by a Program
Change, etc.
Bank Select (Controller number 0, 32)
Status
BnH00HmmH
BnH20HllH
n = MIDI channel number: 0H-FH (ch.1-ch.16)
mm, ll = Bank number: 00 00H-7F 7FH (bank.1-bank.16384), Initial Value = 00 00H (bank.1)
* Bank Select processing will be suspended until a Program Change message is received.
Data Entry (Controller number 6, 38)
Status2nd bytes3rd byte
BnH06HmmH
BnH26HllH
n = MIDI channel number: 0H-FH (ch.1-ch.16)
mm, ll = the value of the parameter specified by RPN
Volume (Controller number 7)
Status
BnH07HvvH
n = MIDI channel number: 0H-FH (ch.1-ch.16)
vv = Volume: 00H-7FH (0-127), Initial Value = 64H (100)
* Volume messages are used to adjust the volume balance of each Part.
Pan (Controller number 10)
Status
BnH0AHvvH
n = MIDI channel number: 0H-FH (ch.1-ch.16)
vv = pan: 00H-40H-7FH (Left-Center-Right), Initial Value = 40H (Center)
* For Rhythm Parts, this is a relative adjustment of each Instruments pan setting.'
Expression (Controller number 11)
Status2nd bytes3rd byte
BnH0BHvvH
n = MIDI channel number: 0H-FH (ch.1-ch.16)
vv = Expression: 00H-7FH (0-127), Initial Value = 7FH (127)
* It can be used independently from Volume messages. Expression messages are used for
musical expression within a performance; e.g., expression pedal movements, crescendo
and decrescendo.
2nd bytes3rd byte
2nd bytes3rd byte
2nd bytes3rd byte
2nd bytes3rd byte
Hold 1 (Controller number 64)
Status2nd bytes3rd byte
BnH40HvvH
n = MIDI channel number: 0H-FH (ch.1-ch.16)
vv = Control value: 00H-7FH (0-127)
Sostenuto (Controller number 66)
Status
BnH42HvvH
n = MIDI channel number: 0H-FH (ch.1-ch.16)
vv = Control value: 00H-7FH (0-127) 0-63 = OFF, 64-127 = ON
2nd bytes3rd byte
Soft (Controller number 67)
Status
BnH43HvvH
n = MIDI channel number: 0H-FH (ch.1-ch.16)
vv = Control value: 00H-7FH (0-127) 0-63 = OFF, 64-127 = ON
2nd bytes3rd byte
Effect 1 (Reverb Send Level) (Controller number 91)
Status2nd bytes3rd byte
BnH5BHvvH
n = MIDI channel number: 0H-FH (ch.1-ch.16)
vv = Control value: 00H-7FH (0-127), Initial Value = 28H (40)
* This message adjusts the Reverb Send Level of each Part.
Effect 3 (Chorus Send Level) (Controller number 93)
Status
BnH5DHvvH
n = MIDI channel number: 0H-FH (ch.1-ch.16)
vv = Control value: 00H-7FH (0-127), Initial Value = 00H (0)
* This message adjusts the Chorus Send Level of each Part.
2nd bytes3rd byte
RPN MSB/LSB (Controller number 100, 101)
Status
BnH65HmmH
BnH64HllH
n = MIDI channel number: 0H-FH (ch.1-ch.16)
mm = upper byte of parameter number specified by RPN
ll = lower byte of parameter number specified by RPN
* The value specified by RPN will not be reset even by messages such as Program Change
or Reset All Controller.
**RPN**
The RPN (Registered Parameter Number) messages are expanded control changes, and each
function of an RPN is described by the MIDI Standard.
To use these messages, you must first use RPN MSB and RPN LSB messages to specify the
parameter to be controlled, and then use Data Entry messages to specify the value of the
specified parameter. Once an RPN parameter has been specified, all Data Entry messages
received on that channel will modify the value of that parameter. To prevent accidents, it is
recommended that you set RPN Null (RPN Number = 7FH/7FH) when you have finished
setting the value of the desired parameter.Refer to Section 4. “Examples of actual MIDI
messages” <Example 4> (p. 7).
On the FP-3, RPN can be used to modify the following parameters.
RPNData entry
MSB LSB
00H 00HmmH ---Pitch Bend Sensitivity
00H 01HmmH llHMaster Fine Tuning
00H 02HmmH ---Master Coarse Tuning
7FH 7FH --- ---RPN null
2nd bytes3rd byte
MSB LSBExplanation
mm: 00H-18H (0-24 semitones), Initial Value = 02H
(2 semitones)
ll: ignored (processed as 00h)
specify up to 2 octaves in semitone steps
mm, ll: 00 00H - 40 00H - 7F 7FH (-100 - 0 - +99.99 cents),
Initial Value = 40 00H (0 cent)
ll: ignored (processed as 00h)
specify up to 2 octaves in semitone steps
Refer to 4. Supplementary material, “About tuning” (p. 8)
Set condition where an RPN is unspecified. The data entry
messages after set RPN null will be ignored. (No Data entry
messages are required after RPN null).
Settings already made will not change.
mm, ll: ignored
n = MIDI channel number: 0H-FH (ch.1-ch.16)
pp = Program number: 00H-25H,3FH (prog.1-prog.38, prog.64)
* After a Program Change message is received, the sound will change beginning with the
next Note-on. Voices already sounding when the Program Change message was
received will not be affected.
2nd bytes
Pitch Bend Change
Status
EnHllHmmH
n = MIDI channel number: 0H-FH (ch.1-ch.16)
mm, ll = Pitch Bend value: 00 00H - 40 00H - 7F 7FH (-8192 - 0 - +8191)
2nd byte3rd bytes
Channel Mode Messages
All Sounds Off (Controller number 120)
Status
BnH78H00H
n = MIDI channel number: 0H-FH (ch.1-ch.16)
* When this message is received, all currently-sounding notes on the corresponding
channel will be turned off immediately.
Reset All Controllers (Controller number 121)
Status2nd byte3rd bytes
BnH79H00H
n = MIDI channel number: 0H-FH (ch.1-ch.16)
* When this message is received, the following controllers will be set to their reset values.
ControllerReset value
Pitch Bend Change +-0 (Center)
Expression127 (max)
Hold 10 (off)
Sostenuto0 (off)
Soft0 (off)
RPNunset; previously set data will not change
All Notes Off (Controller number 123)
Status
BnH7BH00H
n = MIDI channel number: 0H-FH (ch.1-ch.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
BnH7CH00H
n = MIDI channel number: 0H-FH (ch.1-ch.16)
* The same processing will be carried out as when All Notes Off is received.
OMNI ON (Controller number 125)
Status2nd byte3rd bytes
BnH7DH00H
2nd byte3rd bytes
2nd byte3rd bytes
2nd byte3rd bytes
MONO (Controller number 126)
Status
BnH7EHmmH
n = MIDI channel number: 0H-FH (ch.1-ch.16)
mm = mono number: 00H-10H (0-16)
* The same processing will be carried out as when All Sounds Off and All Notes Off is
received, and the corresponding channel will be set to Mode 4 (M = 1) regardless of the
value of “mono number.”
2nd byte3rd bytes
POLY (Controller number 127)
Status
BnH7FH00H
n = MIDI channel number: 0H-FH (ch.1-ch.16)
* The same processing will be carried out as when All Sounds Off and All Notes Off is
received, and the corresponding channel will be set to Mode 3.
2nd byte3rd bytes
System Realtime Message
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 Exclusive Message
StatusData byteStatus
F0HiiH, ddH, ......, eeH F7H
F0H: System Exclusive Message status
ii = ID number: an ID number (manufacturer ID) to indicate the manufacturer whose
dd,...,ee = data: 00H-7FH (0-127)
F7H: EOX (End Of Exclusive)
The System Exclusive Messages received by the FP-3 are Universal Realtime System
Exclusive messages and Data Set (DT1).
Universal Realtime System Exclusive Messages
Master volume
Status
F0H7FH, 7FH, 04H, 01H, llH, mmHF7H
ByteExplanation
F0HExclusive status
7FHID number (universal realtime message)
7FHDevice ID (Broadcast)
04HSub ID#1 (Device Control messages)
01HSub ID#2 (Master Volume)
llHMaster volume lower byte
mmHMaster volume upper byte
F7HEOX (End Of Exclusive)
* The lower byte (llH) of Master Volume will be handled as 00H.
Exclusive message this is. Rolands 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).
Data byteStatus
n = MIDI channel number: 0H-FH (ch.1-ch.16)
* OMNI ON is only recognized as “All notes off;” the Mode doesn’t change (OMNI OFF
remains).
2
●
❍
●
❍
■
●
●
●
❍
❍
❍
❍
❍
❍
Universal Non-realtime System Exclusive Messages
Identity Request Message
Status
F0H7FH, 10H, 06H, 01HF7H
ByteExplanation
F0HExclusive status
7FHID number (universal realtime message)
10HDevice ID
06HSub ID#1 (General Information)
01HSub ID#2 (Identity Request)
F7HEOX (End Of Exclusive)
* The Device ID is 10H or 7FH (Broadcast).
Data byteStatus
Data transmission
FP-3 can receive the various parameters using System Exclusive messages.
The exclusive message of data has a model ID of 42H and a device ID of 10H (17).
Data set 1 (DT1)
This is the message that actually performs data transmission, and is used when you wish to
transmit the data.
ByteExplanation
F0HExclusive status
41HID number (Roland)
10HDevice ID
42HModel ID
12HCommand ID (DT1)
aaHAddress MSB: upper byte of the starting address of the transmitted data
bbHAddress: middle byte of the starting address of the transmitted data
ccHAddress LSB: lower byte of the starting address of the transmitted data
ddHData: the actual data to be transmitted. Multiple bytes of data are
:
:
eeHData
sumChecksum
F7HEOX (End Of Exclusive)
* The amount of data that can be transmitted at one time depends on the type of data, and
data can be received only from the specified starting address and size. Refer to the
Address and Size given in Section 3 (p. 5).
* Data larger than 128 bytes must be divided into packets of 128 bytes or less. If “Data Set
1" is transmitted successively, there must be an interval of at least 40 ms between
packets.
* Regarding the checksum please refer to section 4 (p. 7).
Data byteStatus
transmitted starting from the address.
Section 2. Transmit data
* The following messages are transmitted on MIDI channel 10 (ch. 10) when a Drum Set
tone is selected on the panel.
* In Split mode, only the note messages of the performance data from the left-hand side
are transmitted on MIDI channel 3 (ch. 3)
Channel Voice Messages
Note off
Status
8nHkkHvvH
n = MIDI channel number: 0H-FH (ch.1-ch.16)
kk = note number: 00H-7FH (0-127)
vv = note off velocity: 00H-7FH (0-127)
* Note off message is sent out with the velocity of 40H.
Note on
Status
9nHkkHvvH
n = MIDI channel number: 0H-FH (ch.1-ch.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
BnH00HmmH
BnH20HllH
n = MIDI channel number: 0H-FH (ch.1-ch.16)
mm, ll = Bank number: 00H-7FH (bank.1-bank.16384)