6Note Off ........................................................................................................................................... 8
7Note On ........................................................................................................................................... 8
9.17.1Pitch Bend Sensitivity ..........................................................................................................................15
10.1All Notes Off (7BH) ............................................................................................................................ 17
10.2Omni Off (7CH).................................................................................................................................. 18
10.3Omni On (7DH).................................................................................................................................. 18
11 Program Change ........................................................................................................................... 19
11.1About the Timbre Type ...................................................................................................................... 19
11.2DSP Assignments During Tone Selection ......................................................................................... 19
11.2.1DSP Line Structure...............................................................................................................................19
11.2.2DSP Line Assignment............................. .............................................................................................19
11.2.3Use of the Same DSP Line by Multiple Parts......................................................................................20
15.1.3Master Fine Tuning ..............................................................................................................................22
15.2Instrument-Specific System Exclusive Message ............................................................................... 26
Part IVInstrument-Specific System Exclusive Messages
16 Format ........................................................................................................................................... 27
16.3Format of Each Field ......................................................................................................................... 28
16.3.1SX : System Exclusive Message Status ...............................................................................................28
16.3.2MAN : Manufacturer's ID ....................................................................................................................28
16.3.3MOD : Model ID..................................................................................................................................28
16.3.7mem : Memory Area ID .......................................................................................................................31
16.3.8pset : Parameter Set Number................................................................................................................31
16.3.9blk : Block Number ..............................................................................................................................31
16.3.10 pkt : Packet Number .............................................................................................................................32
16.3.12 idx : Data Index Number ......................................................................................................................32
16.3.13 len : Data Length..................................................................................................................................32
16.3.14 data : Parameter Data...........................................................................................................................32
16.3.15 img : Parameter Set Image ...................................................................................................................33
16.3.16 sum : Check Sum..................................................................................................................................33
16.3.17 EOX : End of System Exclusive Message ...........................................................................................34
18.1.1One-way and Handshake......................................................................................................................34
18.1.2Session and Subsession........................... .............................................................................................35
18.2One-way Mode Communication Flow................................................................................................ 35
18.3Handshake Mode Communication Flow ............................................................................................ 36
Part VParameter List
19 System Parameters ....................................................................................................................... 39
19.1System Information Parameter.......................................................................................................... 39
As a MIDI device, the instrument consists of the System Section, Performance Controller Section, and Sound Generator
Section described below. Each of these sections can send and receive specific MIDI Messages in acco rdance with its function.
•System Section
– Device Settings
•Sound Generator Section
– Common
∗ Sound Generator Common Block
∗ System Effect Block
∗ Master Effect Block (Brilliance Function)
∗ Mixer Ma ster Block
•Performance Controller Section
– Keyboard
– Pedal and other real-time controllers
– Auto Accompaniment and Auto Accompaniment function
1.1System Section
The System Section is divided between a sound generator and functions that are not directly related to Instrument play.
In addition to manipulating Instrument setting parameters, this section is also used to exchange commands and information.
For example, parameters can be initialized upon receipt of a System Section MIDI message, and memory use information
can be sent.
1.2Performance Controller Section
The Performance Controller Section consists of the keyboard, pedal and other real-time controllers, as well as blocks that
generate auto accompaniment, auto performance, and other performance information.
An operation causes the corresponding message to be transmitted to the sound generator and to be sent from MIDI OUT.
The channel number of the sent message is in accordance with Instrument's part number.
1.3Auto Accompaniment and Auto Performance MIDI Send
This document includes information for each type of information that describes what operation causes the message to be
sent. However, since there are so many messages sent by an auto accompaniment or auto performance operation, those
messages are not covered herein.
5
1.4Sound Generator Section
The Sound Generator Section consists of a common part that does not depend on the channel and a part that specific to
each channel. Mainly it receives performance information and performs operations.
1.4.1Sound Generator Common Block
The common section consists of a sound generator setting blocks that do not depend on the sound generator part, such as
system effects, mixer master control, etc. These can be controlled by system exclusive messages that are basically exclusive
to this particular instrument, but several parameters also can be controlled by general universal system exclusive messages.
1.4.2Part Block
The parts of the sound generator can be operated and their settings can be changed with Instrument-specific system exclusive
messages and channel messages. This function consists of 32 parts, but channel messages can control only Group B.
The following table shows the fixed relationships between the part numbers and channel numbers of channel messages.
All MIDI message send and receive is temporarily disabled while any one of the following processes is in progress.
•Demo data performance in progress
•Music Library data performance in progress
•SD memory card format in progress
3Timbre Type Specific Operation
The operation that is performed for a received message depends on the current Timbre Type value (see "11.1 About the
Timbre Type"), which is the operation mode of each sound generator part. Applicable information is provided in the
explanations for each message.
7
Part II
Channel Message
4Receive Channel
The channel number of the channel message received by each part is shown in the table under "1.4.2 Part Block".
The channel number of a channel message that changes the settings of a DSP coincides with the channel of the part that
is using the DSP.
5Send Channel
Basically, the MIDI channel of the channel message sent when the Instrument is played coincides with the MIDI channel
of the part being played. Note, however, that the MIDI channel of the performance information that corresponds to the
keyboard main part is the Keyboard Channel setting value.
6Note Off
Format
Message Format: 9nH kkH 00H (receive only)
8nH kkH **H
n: MIDI Channel Number
kk:
Key Number
**:
Ignored
Send
Sent when something is played on the keyboard.
Receive
Received over MIDI channels that correspond to each part. A part that is turned off by the Part Enable Parameter value
explained under "21.7 Part Parameter" is not received. The velocity value is ignored.
7Note On
Format
Message Format: 9nH kkH vvH
n: MIDI Channel Number
kk: Key Number
vv: Velocity
Send
Sent when something is played on the keyboard.
Receive
Received over MIDI channels that correspond to each part. A part that is turned off by the Part Enable Parameter value
explained under "21.7 Part Parameter" is not received.
8
8Polyphonic Key Pressure
Format
Message Format: AnH kkH vvH
n: MIDI Channel Number
kk: Key Number
vv: Pressure Value
Send Operation
This message is not sent by this Instrument.
Receive Operation
This message is not received by this Instrument.
9Control Change
Format
Message Format: BnH ccH vvH
n: MIDI Channel Number
cc: Control Number
vv: Value
Send
Sent when the Instrument's pedal is operated or when Instrument settings are changed.
Receive
Receipt changes the Instrument mode or the corresponding parameter.
9.1Bank Select (00H)
Format
Message Format: BnH 00H vvH (MSB)
BnH 20H **H (LSB)
n: MIDI Channel Number
vv:
Value
**:
Ignored
Send
Sent when a tone is selected. See the Tone List in the Instrument's User's Guide for details.
Receive
Receipt causes a change in the tone bank number stored in Instrument memory, but the tone is not actually changed until
a Program Change message is received.
For details, see "11 Program Change" in this document, and the Tone List in the Instrument's User's Guide.
9
9.2Modulation (01H)
Format
Message Format: BnH 01H vvH
n: MIDI Channel Number
vv: Value
Send
This message is not sent by this Instrument.
Receive
Receipt adds, to the tone being sounded, modulation of a depth specified by the value. In the case of a tone that already
has modulation applied, receipt of this message increases the modulation depth. The modulation effect differs according
to the tone being used.
9.3Data Entry (06H,26H)
Format
Message Format: BnH 06H vvH (MSB)
BnH 26H vvH (LSB)
n: MIDI Channel Number
vv: Value
Send
This message is not sent by this Instrument.
Receive
Receipt changes the parameter assigned to RPN. This Instrument does not have a parameter that corresponds to NRPN.
9.4Volume (07H)
Format
Message Format: BnH 07H vvH
n: MIDI Channel Number
vv: Value
Send
Sent when metronome volume or layer balance is adjusted.
Receive
Receipt changes the volume of the corresponding part.
10
9.5Pan (0AH)
Format
Message Format: BnH 0AH vvH
n: MIDI Channel Number
vv: Value (Note1)
Note 1:
For information about the relationship between setting values and send/receive values, see "28.5 Pan Setting Value Table"
in "Part VIII Setting Values and Send/Receive Values".
Send
This message is sent at initialization.
Receive
Receipt changes the pan setting of the corresponding part.
9.6Expression (0BH)
Format
Message Format: BnH 0BH vvH
n: MIDI Channel Number
vv: Value
Send
Sent when there is a change in the Expression value by an accompaniment function.
Receive
Receipt changes the Expression value.
9.7General Use Controllers 1 through 8 (10H through 13H, 50H through 53H)
Receipt change the value of Parameter7 [0-7] (7-Bit Parameter) explained under "22.3 DSP Parameter".
Any message received that corresponds to the parameter of a number not being used by the currently selected DSP is ignored.
11
Note 1: Received values and parameter setting values
The range of the value of each DSP Parameter 7 array element depends on the selected DSP or array number.
Unlike manipulation of a DSP parameter using a System Exclusive Message, a value rec eiv ed by this co ntrol ch ange me ssa ge
is always a value from 0 to 127, but the value is changed in accordance with the setting range of the applicable parameter
setting. Because of this, it is impossible for a value to be outside of the range of the applicable parameter setting.
Conversion from the value received with the message to the parameter setting value is performed can be represented in
general terms by the expression shown below.
Parameter
For details about Parameter 7 of each DSP, see the explanations under "VII DSP Parameter List".
Setting V alue =
Parameter
Minimum V alue + (
Parameter
Maximum V alue -
Parameter
Minimum V alue)
Received Value
×
127
9.8Hold1 (40H)
Format
Message Format: BnH 40H vvH
n: MIDI Channel Number
vv: Value
Send
Sent when a pedal that has a sustain (damper) function is operated.
Receive
Receipt performs an operation equivalent to a sustain (damper) pedal operation.
Timbre Type Specific Operation
This operation differs in accordance with the Timbre Type (see "11.1 About the Timbre Type") setting.
•Timbre Type: Melody
Sustain off/on control is performed in accordance with the value of the received message. For information about
the relationship between setting values and send/receive values, see the "28.1 Off/On Setting Value Table" in "Part
VIII Setting Values and Send/Receive Values" of this document.
•Timbre Type: Piano
Continuous control of the piano tone decay rate and the decay rate of Acoustic Resonance effect resonance is
performed in accordance with the value of the received message.
•Timbre Type: Drum
The received message does not affect sound source operation.
Acoustic Resonance
When a part that is using Acoustic Resonance receives this message, the resonance characteristics of Acoustic Resonance
are continually altered in accordance with the message value.
9.9Sostenuto (42H)
Format
Message Format: BnH 42H vvH
n: MIDI Channel Number
vv: Value (Note1)
Note 1:
For information about the relationship between setting values and send/receive values, see the "28.1 Off/On Setting Value
Table" in "Part VIII Setting Values and Send/Receive Values" of this document.
12
Send
Sent when a pedal that has a sostenuto function is operated.
Receive
Receipt performs an operation equivalent to a sostenuto pedal operation.
9.10Soft (43H)
Format
Message Format: BnH 43H vvH
n: MIDI Channel Number
vv: Value (Note1)
Note 1:
For information about the relationship between setting values and send/receive values, see the "28.1 Off/On Setting Value
Table" in "Part VIII Setting Values and Send/Receive Values" of this document.
Send
Sent when a pedal that has a soft function is operated.
Receive
Receipt performs an operation equivalent to a soft pedal operation.
9.11Vibrato Rate (4CH)
Format
Message Format: BnH 4CH vvH
n: MIDI Channel Number
vv: Value (Note1)
Note 1:
For information about the relationship between setting values and send/receive values, see "28.4 -64 - 0 - 63 Setting Value
Table" in "Part VIII Setting Values and Send/Receive Values" of this document.
Send
This message is not sent by this Instrument.
Receive
Receipt changes the vibrato rate of the tone that is currently selected by the applicable part.
9.12Vibrato Depth (4DH)
Format
Message Format: BnH 4DH vvH
n: MIDI Channel Number
vv: Value (Note1)
Note 1:
For information about the relationship between setting values and send/receive values, see "28.4 -64 - 0 - 63 Setting Value
Table" in "Part VIII Setting Values and Send/Receive Values" of this document.
13
Send
This message is not sent by this Instrument.
Receive
Receipt changes the vibrato auto depth of the tone that is currently selected by the applicable part.
9.13Vibrato Delay (4EH)
Format
Message Format: BnH 4EH vvH
n: MIDI Channel Number
vv: Value (Note1)
Note 1:
For information about the relationship between setting values and send/receive values, see "28.4 -64 - 0 - 63 Setting Value
Table" in "Part VIII Setting Values and Send/Receive Values" of this document.
Send
This message is not sent by this Instrument.
Receive
Receipt changes the vibrato auto delay of the tone that is currently selected by the applicable part.
9.14Reverb Send (5BH)
Format
Message Format: BnH 5BH vvH
n: MIDI Channel Number
vv: Value (Note1)
Note 1:
The setting value matches the value that is sent and received.
Send
Sent when a GM tone is selected.
Receive
Changes Reverb Send.
9.15Chorus Send (5DH)
Format
Message Format: BnH 5DH vvH
n: MIDI Channel Number
vv: Value (Note1)
Note 1:
The setting value matches the value that is sent and received.
14
Send
This message is sent at initialization, when the panel tone selection is changed, and when a chorus on/off operation is
performed.
Receive
Changes Chorus Send.
9.16NRPN (62H,63H)
Format
Message Format: BnH 62H vvH (LSB)
BnH 63H vvH (MSB)
n: MIDI Channel Number
vv: Value
Send
This message is not sent by this Instrument.
Receive
This Instrument does not have a corresponding NRPN message.