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
2
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.4dev : MIDI Device ID 00H-7FH .......................................................................................................... 28
16.3.7mem : Memory Area ID ....................................................................................................................... 29
16.3.8pset : Parameter Set Number................................................................................................................29
16.3.9blk : Block Number .............................................................................................................................. 30
16.3.10 pkt : Packet Number .............................................................................................................................30
16.3.11 prm : Parameter ID ............................................................................................................................... 30
16.3.12 idx : Data Index Number ...................................................................................................................... 30
16.3.13 len : Data Length .................................................................................................................................. 31
16.3.14 data : Parameter Data ........................................................................................................................... 31
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 accordance with its function.
•System Section
– Device Settings
•Sound Generator Section
– Common
∗ Sound Generator Common Block
∗ System Effect Block
∗ Master Effect Block (Brilliance Function)
∗ Mixer Master Block
– 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.
Part
Number
00A0101KeyboardMain
01A0202KeyboardLayered
02A0303KeyboardSplit
03A0404-
04A0505Sequencer playbackKeyboard track main
05A0606Sequencer playbackKeyboard track layered
06A0707Sequencer playbackKeyboard track split
07A0808-
08A0909Metronome/Count
09A1010Auto AccompanimentDrums (PX-120 only)
10A1111Auto AccompanimentBass (PX-120 only)
11A1212Auto AccompanimentChords 1 (PX-120 only)
12A1313Auto AccompanimentChords 2 (PX-120 only)
13A1414Auto AccompanimentChords 3 (PX-120 only)
14A1515Sequencer playbackSolo track
15A1616--
16B0101MIDI/Music Library Channel01
17B0202MIDI/Music Library Channel02
18B0303MIDI/Music Library Channel03Music Library left-hand data
19B0404MIDI/Music Library Channel04Music Library right-hand data
20B0505MIDI/Music Library Channel05
21B0606MIDI/Music Library Channel06
22B0707MIDI/Music Library Channel07
23B0808MIDI/Music Library Channel08
24B0909MIDI/Music Library Channel09
25B1010MIDI/Music Library Channel10
26B1111MIDI/Music Library Channel11
27B1212MIDI/Music Library Channel12
Part
Name
MIDI
Channel
Assigned FunctionDescription
(Right keyboard in the Duet Mode)
(Left keyboard in the Duet Mode)
6
Part
Number
28B1313MIDI/Music Library Channel13
29B1414MIDI/Music Library Channel14
30B1515MIDI/Music Library Channel15
31B1616MIDI/Music Library Channel16
Part
Name
MIDI
Channel
Assigned FunctionDescription
2Conditions that Disable Message Send and Receive
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
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 "20.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 "20.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
This message is not sent by this Instrument.
Receive
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 the metronome volume 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 "25.5 Pan Setting Value Table"
in "Part VII 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
This message is not sent by this Instrument.
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 "21.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 received by this control change message
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 "Part VI DSP Parameter List".
Setting Value =
Parameter
Minimum Value + (
Parameter
Maximum Value -
Parameter
Minimum Value)
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 "25.1 Off/On Setting Value Table" in "Part
VII 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 "25.1 Off/On Setting Value
Table" in "Part VII 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 "25.1 Off/On Setting Value
Table" in "Part VII 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 "25.4 –64 - 0 - 63 Setting Value
Table" in "Part VII 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 "25.4 –64 - 0 - 63 Setting Value
Table" in "Part VII 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 "25.4 –64 - 0 - 63 Setting Value
Table" in "Part VII 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
This message is sent at initialization and when the panel tone selection is changed.
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.
The setting value matches the value that is sent and received.
Send
This message is never sent.
Receive
Receipt changes the vibrato modulation depth of the tone that is currently selected by the applicable part.
9.17.5Null
Format
Message Format: BnH 64H 7FH 65H 7F
n: MIDI Channel Number
16
Send
This message is never sent.
Receive
Receipt deselects RPN.
9.18All Sound Off (78H)
Format
Message Format: BnH 78H 00H
n: MIDI Channel Number
Send
This message is never sent.
Receive
Receipt stops all voices that are sounding.
9.19Reset All Controllers (79H)
Format
Message Format: BnH 79H 00H
n: MIDI Channel Number
Send
This message is sent when the keyboard channel is changed and when the recorder function is used.
Receive
Receipt initializes each performance controller.
10Mode Message
10.1All Notes Off (7BH)
Format
Message Format: BnH 7BH 00H
n: MIDI Channel Number
Send
This message is sent when the keyboard channel is changed and when a Music Library or recorder operation is performed.
Receive
Receipt of any of this message releases the currently sounding voice (same as releasing the keyboard key).
17
10.2Omni Off (7CH)
Format
Message Format: BnH 7CH 00H
n: MIDI Channel Number
Send
This message is never sent.
Receive
Receipt of any of this message releases the currently sounding voice (same as releasing the keyboard key).
10.3Omni On (7DH)
Format
Message Format: BnH 7DH 00H
n: MIDI Channel Number
Send
This message is never sent.
Receive
Receipt of this message releases the currently sounding voice (same as releasing the keyboard key).
10.4Mono (7EH)
Format
Message Format: BnH 7EH 00H
n: MIDI Channel Number
Send
This message is never sent.
Receive
Receipt of this message stops the currently sounding voice.
10.5Poly (7FH)
Format
Message Format: BnH 7FH 00H
n: MIDI Channel Number
Send
This message is never sent.
Receive
Receipt of this message stops the currently sounding voice.
18
11Program Change
Format
Message Format: CnH ppH
n: MIDI Channel Number
pp: Program Number
Send
Sent when a tone is selected. See the "Tone List" of the Instrument's User's Guide for details about program numbers.
Receive
Receipt of this message changes the tone of the part that corresponds to the MIDI channel.
The selected tone is determined by the program value of this message and the Bank Select message value received prior
to this message. See the Tone List in the Instrument's User's Guide for information about actually selecting tones, etc.
Also note that receipt of this message may also change the Timbre Type parameter at the same time. For more information,
see "11.1 About the Timbre Type" below.
11.1About the Timbre Type
The tone selected by each part of this Instrument has a "Timbre Type" parameter that specifies the type of sound source
for the tone. As explained under "21.1 Basic Parameters", there are three Timbre Type settings: Melody, Piano, and Drum.
The following explains how each of these operates.
•Timbre Type: Melody
This timbre type optimizes for normal melody tones. It performs damper pedal on/off operation.
•Timbre Type: Piano
This setting optimizes for piano tones. The decay rate of the voice being sounded and Acoustic Resonance effect
characteristics are continually altered in accordance with the damper pedal position.
•Timbre Type: Drum
This setting optimizes for drum sounds. The damper pedal does not function.
11.2DSP Assignments During Tone Selection
11.2.1DSP Line Structure
Though the Instrument has four DSP lines that can be used simultaneously, selecting a tone that uses DSP causes the required
number of DSP lines to become reserved so the tone is configured with the requisite DSP.
Tones listed under "23.1 Monaural Tone DSP" use only one DSP line, while the tones under "23.2 Stereo Tone DSP" use
two DSP lines.
For information about tones that use DSP, see "22 Tone with DSP List".
11.2.2DSP Line Assignment
Selecting multiple tones with DSP at the same time creates the possibility that there will not be enough DSP lines. In this
case, the last selected tone with DSP is given priority. Some DSP line(s) already being used will be released so they can
be assigned to the last selected tone.
19
11.2.3Use of the Same DSP Line by Multiple Parts
When multiple parts that select tones that use DSP and all of the following settings are the same, the same DSP line is
assigned to all of the parts in order to maximize DSP line availability.
•Tone Number
•Part Volume
•Part Pan
•All DSP parameters
After the same DSP line is assigned to different parts as described here, Part Volume, Pan, Reverb Send, Chorus Send,
Acoustic Resonance Send, and all DSP parameter settings are common to all parts. Note that changing the settings on any
part will also affect all of the other parts that are sharing the DSP line. To assign the parts to a different DSP line, you
need to change one of the parameters listed above before selecting the tone.
12Channel Aftertouch
Format
Message Format: DnH vvH
n: MIDI Channel Number
vv: Value
Send
These messages are never sent.
Receive
Receipt of this message adds modulation to the voice that is sounding. The modulation effect differs according to the tone
being used.
13Pitch Bend
Format
Message Format: EnH llH mmH
n: MIDI Channel Number
ll: Value LSB
mm: Value MSB
Send
These messages are never sent.
Receive
Receipt changes the pitch of the currently sounding note. The change depends on the pitch bend sensitivity configured
with RPN.
20
Part III
System Messages
14Active Sensing
Format
Message Format: FEH
Send
This message is never sent.
Receive
Once this message is received, the Active Sensing mode is entered. If no MIDI message is received for a specified amount
of time, voices being sounded by the Instrument's sound source are released, the controller is reset, and the Active Sensing
mode is exited.
15System Exclusive Message
Format
Message Format: F0H....F7H
The Instrument sends and receives standard universal system exclusive messages, and system exclusive messages that have
Instrument-specific formats.
15.1Universal Realtime System Exclusive Message
Format
Message Format: F0H 7FH....F7H
15.1.1Master Volume
Format
Message Format: F0H 7FH 7FH 04H 01H llH mmH F7H
ll: Value LSB (Note1)
mm: Value MSB (Note1)
Note 1:
The setting value matches the value that is sent and received.
Send
This message is never sent.
Receive
Receipt changes the Master Volume parameter. Note that the Master Volume parameter cannot be changed with an Instrument
operation.
21
15.1.2Master Balance
Format
Message Format: F0H 7FH 7FH 04H 02H llH mmH F7H
ll: Value LSB (Note1)
mm: Value MSB (Note1)
Note 1:
For information about the relationship between setting values and send/receive values, see "25.5 Pan Setting Value Table"
in "Part VII Setting Values and Send/Receive Values".
Send
This message is never sent.
Receive
Receipt changes the Master Pan parameter. Note that the Master Pan parameter cannot be changed with an Instrument
operation.
15.1.3Master Fine Tuning
Format
Message Format: F0H 7FH 7FH 04H 03H 11H mmH F7H
mm: Value MSB(Note1)
Note 1:
For information about the relationship between setting values and send/receive values, see "25.6 –100 - 0 - 99 Setting
Value Table" in "Part VII Setting Values and Send/Receive Values" of this document.
Send
This message is sent when the tuning setting is changed.
Receive
Receipt changes the Fine Tune parameter.
Acoustic Resonance Actions
Acoustic Resonance acoustic characteristics also alter Fine Tune of the strings that simulate resonance in accordance with
the Master Fine Tune value. Because of this, receipt of this message may cause the resonance interval to change temporarily.
15.1.4Master Coarse Tuning
Format
Message Format: F0H 7FH 7FH 04H 04H 00H mmH F7H
ll: Value LSB
mm: Value MSB
Send
Sent when Transpose is changed.
Receive
Receipt changes the Transpose parameter.
22
15.1.5Reverb Parameter
Format
Message Format: F0H 7FH 7FH 04H 05H 01H 01H 01H
01H 01H ppH vvH F7H
pp: Parameter
vv: Value
Type Format
Message Format: F0H 7FH 7FH 04H 05H 01H 01H 01H
01H 01H 00H vvH F7H
vv: Value (Note1)
Note 1:
For information about the relationship between setting values and send/receive values, see "25.7 Reverb Type Setting Value
Table" in "Part VII Setting Values and Send/Receive Values".
Send
This message is sent when the System Reverb Type setting is changed.
Receive
Receipt changes the Reverb Type parameter.
Time Format
Message Format: F0H 7FH 7FH 04H 05H 01H 01H 01H
01H 01H 01H vvH F7H
vv: Value (Note1)
Note 1:
The setting value matches the value that is sent and received.
Send
This message is never sent.
Receive
Receipt changes the Reverb Time parameter.
15.1.6Chorus Parameter
Format
Message Format: F0H 7FH 7FH 04H 05H 01H 01H 01H
01H 02H ppH vvH F7H
pp: Parameter
vv: Value
Type Format
Message Format: F0H 7FH 7FH 04H 05H 01H 01H 01H
01H 02H 00H vvH F7H
vv: Value (Note1)
23
Note 1:
For information about the relationship between setting values and send/receive values, see "25.8 Chorus Type Setting Value
Table" in "Part VII Setting Values and Send/Receive Values".
Send
This message is sent when the System Chorus Type setting is changed.
Receive
Receipt changes the System Chorus Type parameter.
Rate Format
Message Format: F0H 7FH 7FH 04H 05H 01H 01H 01H
01H 02H 01H vvH F7H
vv: Value (Note1)
Note 1:
The setting value matches the value that is sent and received.
Send
This message is never sent.
Receive
Receipt changes the System Chorus Rate parameter.
Depth Format
Message Format: F0H 7FH 7FH 04H 05H 01H 01H 01H
01H 02H 02H vvH F7H
vv: Value (Note1)
Note 1:
The setting value matches the value that is sent and received.
Send
This message is never sent.
Receive
Receipt changes the System Chorus Depth parameter.
Feedback Format
Message Format: F0H 7FH 7FH 04H 05H 01H 01H 01H
01H 02H 03H vvH F7H
vv: Value (Note1)
Note 1:
The setting value is the same as the value that is received.
Send
This message is never sent.
Receive
Receipt changes the System Chorus Feedback parameter.
24
Send To Reverb Format
Message Format: F0H 7FH 7FH 04H 05H 01H 01H 01H
01H 02H 04H vvH F7H
vv: Value (Note1)
Note 1:
The setting value is the same as the value that is received.
Send
This message is never sent.
Receive
Receipt changes the Chorus Send To Reverb parameter.
15.1.7GM System Message
GM System On Format
Message Format: F0H 7EH 7FH 09H 01H F7H
Send
This message is never sent.
Receive
Receipt configures the Instrument's sound as a partial GM sound source. Note that this Instrument does not provide full
GM compatibility.
GM System Off Format
Message Format: F0H 7EH 7FH 09H 02H F7H
Send
This message is never sent.
Receive
Receipt returns the Instrument's sound source to its power on default settings.
GM2 System On Format
Message Format: F0H 7EH 7FH 09H 03H F7H
Send
This message is never sent.
Receive
Though the Instrument does not support GM2, receipt of the GM2 System On message has the same result as receipt of
the GM System On message.
Receipt performs the same operation as when the GM System On message is received.
15.2Instrument-Specific System Exclusive Message
Format
Message Format: F0H 44H 15H 01H....F7H
Most Instrument parameters and user data, and some operation commands can be controlled using this message.
For more information, see "Part IV Instrument-Specific System Exclusive Messages".
26
Part IV
Instrument-Specific System Exclusive Messages
16Format
16.1Message Classifications
The SysEx operation of this Instrument is basically a parameter data transfer operation. The following operations can be
performed from an external device using this parameter transfer message.
•Change of a specific Instrument parameter value
•Import of a specific Instrument parameter value
Parameters can be used for more than just device setting values. There are parameters when writing data that operate as
commands, and parameters when reading data that indicate the status of the Instrument. The following table shows the
parameter category for each type of transfer.
System Exclusive messages that are exclusive to this Instrument are sent and received using Individual Parameter Transfer,
which gets its name from the fact that individual parameters are sent and received. A number of different messages are
provided to cover each particular operation. The field in the SysEx message that specifies the message type is the action
(act) field. The format of the "body" part of the message depends on the "act" value.
The table below shows the body format for each action of Instrument-specific system exclusive messages. An actual message
consists of the items indicated by "Y", from left to right.
actSXMAN MODdevactbody (Depends on act)EOX
catmem psetblkpktprmidxlendataimgsum
IPRYYYYYYYYY-YYY---Y
IPSYYYYYYYYY-YYYY--Y
27
16.3Format of Each Field
16.3.1SX : System Exclusive Message Status
Format: 11110000B
System Exclusive message Status = F0H
16.3.2MAN : Manufacturer's ID
Format: 01000100B
Manufacturer's ID = 44H (CASIO)
16.3.3MOD : Model ID
Format: 00010101B (MSB)00000001B (LSB)
The Model ID of the series to which the Instrument belongs is shown by two consecutive bytes (MSB, LSB).
(PX-120/PX-200/PX-320/PX-720/PX-800/AP-200/AP-400/AP-500 Model ID MSB = 15H, LSB = 01H)
16.3.4dev : MIDI Device ID 00H-7FH
Format: 0dddddddB
The contents of this field in a received message are compared with the Model's MIDI Device ID, and receipt of the incoming
message is allowed only when the two IDs match. The default value for this field is 10H. When a message containing
7FH is received, receipt of the message is always allowed, regardless of the Instrument's ID setting.
MIDI Device ID is a Patch Parameter, and it can be changed with a System Exclusive Message. In this case, the Device
ID of the MIDI System Exclusive Message must be set to 7FH before it is sent.
16.3.5act : Action
Format: 0aaaaaaaB
aaaaaaaB = Action
This field indicates the operation of the Instrument-specific System Exclusive Message.
aaaaaaaB ActionFunction
01H IPRIndividual Parameter Request
02H IPSIndividual Parameter Send
IPR: Individual Parameter Request
Indicates an individual parameter value send request message. When the Instrument receives this action, it uses an IPS
message to return the specified parameter value.
IPS: Individual Parameter Send
Indicates an individual parameter value send message. When the Instrument receives this action, it rewrites the value specified
by the data field with the specified parameter value.
28
16.3.6cat : Category
Format: 0cccccccB
0cccccccB = Category (7bit)
The category indicates the categories of data handled by the System Exclusive Message. The ID number (ID) of the Category
is indicated on the left, while the communication operation (Action) is indicated on the right.
CategoryTransfer
ID (c)Parameter SetIndividual Parameter
00HSystemA
01HSetupA
02HPatchA
03HToneA
A ..... Available (Also including when only some parameters are available.)
-...... Not Available
16.3.7mem : Memory Area ID
Format: 0mmmmmmmB
Specifies the memory area that is the object of the parameter transfer. The following are defined for this Instrument.
MemType
0User area (rewriting allowed)
1Preset area (rewriting not allowed)
16.3.8pset : Parameter Set Number
Format: 0nnnnnnnB (LSB)0mmmmmmmB (MSB)
This field is a 2-byte (LSB, MSB) value indicating the number of the parameter set (mmmmmmmnnnnnnnB, Binary)
being transferred.
29
16.3.9blk : Block Number
This supplementary number specifies which block is the object when there are multiple blocks within the same parameter set.
Format: 0iiiiiiiB (LSB)0jjjjjjjB0kkkkkkkB (MSB)
In the cases when there are multiple parameters in a category with the same ID (such as the mixer channel volume setting),
for example, the block number required in order to specify the block where the data belongs is indicated as
kkkkkkkjjjjjjjiiiiiiiB (Binary).
When the parameter block has a multi-dimensional array structure, bit 21 of the block number is divided into prescribed
bit fields based on the rules explained below.
Block Bit Field Division
•Case 1
When an array has three or fewer nesting levels and the number of arrays in each dimension is 128 or less, they are assigned
below the three 7-bit fields. Unused regions are filled will zeros.
Example:
parameter [A][B][C]
With a 3-dimensional array parameter that consists of A=8 (3 bits), B=5 (3 bits) and C=10 (4 bits), the block bit fields are
allocated as: Block = 0000aaa 000bbb ccccccc (Binary).
•Case 2
When Case 1 conditions are not satisfied, the minimal number of fields required for each number of arrays is reserved from
the lower bit of the block. Unused regions are filled will zeros.
Example 1:
parameter [A][B][C][D]
With a 4-dimensional array parameter that consists of A=3 (2 bits), B=4 (2 bits), C=3 (2 bits) and D=4 (2 bits) like the one
shown above, the block bit fields are allocated as: Block = 0000000 00000a abbccdd (Binary).
Example 2:
parameter [A][B]
A=3 (2 bits), B=200 (8 bits)
With a 2-dimensional array parameter like the one shown above, the block bit fields are allocated as: Block = 0000000 000aab bbbbbbb (Binary).
16.3.10pkt : Packet Number
Format: 0iiiiiiiB (LSB)0jjjjjjjB0kkkkkkkB (MSB)
This is the divided packet number kkkkkkkjjjjjjjiiiiiiiB (Binary) for transferring a single parameter set.
16.3.11prm : Parameter ID
Format: 0pppppppB (LSB) 0qqqqqqqB (MSB)
The Parameter ID indicates the parameter type. When transferring parameters (see "Part V Parameter List" below)
individually, this field is used to identify the parameter being transferred by its parameter ID.
16.3.12idx : Data Index Number
Format: 0iiiiiiiB
The data index number indicates the first array number of the array from which transfer starts.
30
16.3.13len : Data Length
Format: 0lllllllB
Data length indicates the transfer array length minus 1 for individual parameter transfer when the parameter contains a
character string or other similar array structure.
Parameter data indicates the parameter value. Data that is the size of the number of arrays equivalent to len + 1 follows.
For the structure of one data item, the length depends on the data bit width, as shown below.
dddddB + 1Number of Data
1 - 71
8 - 142
15 - 213
22 - 284
29 - 325
Each block of data is packed from the lowest order byte first. In the case of multiple-byte data, the lowest weighted bit
is the LSB of the first "data" block, and the highest weighted bit is the MSB of the final "data" block. The following
shows an example of how data would be divided for transfer in the case of 32-bit data.
There are two parameter unit operations: Individual Parameter Transfer and Individual Parameter Request.
For one session, in response to an IPR (Individual Parameter Request) from an external device, this Instrument returns an
IPS (Individual Parameter Send) or the session is concluded when the external device or this Instrument spontaneously
sends an IPS. If this Instrument received an IPS, the value of the applicable parameter is changed.
An Individual Parameter Send can also be used to issue some command to the Instrument, and the Individual Parameter
Request can be used to check Instrument status information.
Data ReceiverData SenderOperation
IPR →Send Request (Optional)
← IPSData Transfer
See "Part V Parameter List" for information about how parameters can actually be sent.
32
Part V
Parameter List
How to Read the Tables
Number Base Notation
"Size" indicates the parameter value bit width as a decimal value.
The bit field position of "Block" as a decimal value.
Values used in the explanations under "Description" are all decimal values, unless specified otherwise.
Values other than those described above are all hexadecimal.
R/W Field
The R/W field indicates whether an IPR (Individual Parameter Request) read operation or IPS (Individual Parameter Send)
write operation is enabled.
18System Parameters
These parameters make it possible for an external device to check the status of the Instrument and for an external device
to command some operation of the Instrument.
18.1System Information Parameter
This parameter is a container for system information.
Selects the System Chorus preset type. Receipt of GM/GS Reset selects Chorus3.
The value of this type is also linked to System Chorus parameters, and to the Chorus Send to Reverb and System Chorus
Return Level parameters, and its setting causes these parameters to change to prescribed values.
For details about the preset type list, see "25.8 Chorus Type Setting Value Table".
Selects the System Reverb preset type. Receipt of GM/GS Reset selects Hall2.
This type is also linked to System Reverb parameters, and to the System Reverb Return Level parameter, and its setting
causes these parameters to change to prescribed values.
For details about the preset type list, see "25.7 Reverb Type Setting Value Table".
Changing this parameter configures the Tuning setting of System Acoustic Resonance.
When the Instrument's Master Fine Tune setting is changed, this parameter is reset to the Master Fine Tune value.
Note 2:
Changing this parameter performs a Damper Pedal operation on System Acoustic Resonance.
When the Damper Pedal parameter of the part being used by System Acoustic Resonance is manipulated, this parameter
is reset to the manipulated Damper Pedal depth.
Note 3:
The value is set when the damper pedal is completely released.
Note 4:
The value is set when the damper pedal is completely depressed.
When a tone is selected whose Sys Fx Send Override parameter setting is "Yes", the send level setting value to the System
Chorus, System Reverb, and System Acoustic Resonance of the part assigned to this tone is rewritten to the value that is
stored by this tone.
Vib Rate
Vib Auto Delay
Vib Auto Rise
Vib Auto Depth
Vib Mod Depth
Vib After Depth
Lfo Wave
Lfo Rate
Lfo Fil Auto Delay
Lfo Fil Auto Rise
Lfo Fil Auto Depth
Lfo Fil Mod Depth
Lfo Fil After Depth
Lfo Amp Auto Delay
Lfo Amp Auto Rise
Lfo Amp Auto Depth
Lfo Amp Mod Depth
Lfo Amp After Depth
The function of this parameter is to relatively change the original setting value of the tone. The parameter is set to the
maximum value when the maximum is exceeded, and to the minimum when the minimum is exceeded.
Cho Send
Rev Send
Acou Reso Send
Parameter7
Parameter16
Note 1:
This value is the DSP algorithm ID, which cannot be changed directly at the user level. Changing the DSP Type or Tone
Number causes the algorithm ID of the original DSP to be copied automatically to this area. See "23 DSP Algorithm ID
Table".
002C
002D
002E
002F
0030
0032
0033
R/W
R/W
R/W
R/W
R/W
R/W
R/W
000000
000000
000000
000000
000000
000000
000000
14
16
7
10
01
7
01
7
01
7
01
7
20
10
00-20-7F
0000-0000-3FFF
00-00-7F
00-28-7F
00-00-7F
00-40-7F
0000-8000-FFFF
Ascii Character
Serial Number
(Note1)
0 - 127
0 - 127
0 - 127
0 - 127
0x0000 - 0xFFFF
38
Part VI
DSP Parameter List
22Tone with DSP List
This is a list of tones that use DSP.
Tone NumberTone NameMono/StereoDSP Algorithm
01Panel GRAND PIANO MODERNStereoWide 3Band EQ
02Panel GRAND PIANO CLASSICStereoWide 3Band EQ
07Panel VIBRAPHONEMonoTremoro
23DSP Algorithm ID Table
The lists in this section show the DSP algorithms that are used in the Instrument.
23.1Monaural Tone DSP
IDAlgorithmInputOutput
0001TremoloMonoMono
00023Band EQMonoMono
0011Wide 3Band EQMonoMono
23.2Stereo Tone DSP
IDAlgorithmInputOutput
20013Band EQStereoStereo
2017Wide 3Band EQStereoStereo
2018Wide 3Band EQMixStereo
39
24DSP Parameter Table
The lists in this section show the parameters of each DSP algorithm.
24.1Algorithm 0001 : Mono-Mono Tremolo Parameter
Parameter NumberParameter NameValueNotes
Parameter7[00]Rate00 ~ 7F
Parameter7[01]Depth00~7F
24.2Algorithm 0002 : Mono-Mono 3Band EQ Parameter
Parameter NumberParameter NameValueNotes
Parameter7[00]Low Freq00 - 07Note1
Parameter7[01]Low Gain34 - 4CNote2
Parameter7[02]Mid Freq00 - 07Note1
Parameter7[03]Mid Gain34 - 4CNote2
Parameter7[04]High Freq00 - 07Note1
Parameter7[05]High Gain34 - 4CNote2
Note 1: See "25.9 Equalizer Mid Frequency Setting Value Table".
Note 2: See "25.12 DSP Equalizer Gain Setting Value Table".
Same as "24.3 Algorithm 0011 : Mono-Mono Wide 3Band EQ Parameter".
40
Part VII
25.5Pan Setting Value Table
Setting Values and Send
/
Receive Values
25Setting Value Tables
25.1Off/On Setting Value Table
Transmit
Value
00H00H~3FHOff
7FH40H~7FHOn
25.2Slow/Fast Setting Value Table
Transmit
Value
00H00H~3FHSlow
7FH40H~7FHFast
25.3Rotate/Brake Setting Value Table
Transmit
Value
00H00H~3FHRotate
7FH40H~7FHBrake
25.4–64 - 0 - 63 Setting Value Table
Transmit/Receive
Value
00H-64
01H-63
::
40H0
::
7EH62
7FH63
Receive
Value
Receive
Value
Receive
Value
Parameter
Parameter
Parameter
Parameter
Transmit/Receive
Value
00HLeft
::
40HCenter
::
7FHRight
Parameter
25.6–100 - 0 - 99 Setting Value Table
Transmit/Receive
Value
(MSB-LSB)
00H-00H-100
::
40H-00H0
::
7FH-7FH99
Parameter
25.7Reverb Type Setting Value Table
Transmit/Receive
Value
00HRoom1
01HRoom2
02HRoom3
03HHall1
04HHall2
05HPlate1
06HDelay
07HPanning Delay
08HPlate2
09HPlate3
0AHLarge Room1
0BHLarge Room2
0CHStadium1
0DHStadium2
0EHLong Delay
0FH
Parameter
Long Panning Delay
41
25.8Chorus Type Setting Value Table
Transmit/
Receive Value
00HChorus1
01HChorus2
02HChorus3
03HChorus4
04HFeedback Chorus
05HFlanger1
06HShort Delay
07HShort Delay FB
08HSoft Chorus
09HBright Chorus
0AHDeep Chorus
0BHFlanger2
0CHFlanger3
0DHFlanger4
0EHShort Delay Modulation
0FH
Short Delay Modulation FB
Parameter
25.10Wide Band Equalizer Mid
Frequency Value Setting Table
Parameter ValueFrequency
00H100Hz
01H130Hz
02H160Hz
03H200Hz
04H300Hz
05H400Hz
06H600Hz
07H800Hz
08H1.0KHz
09H1.3KHz
0AH1.6KHz
0BH2.0KHz
0CH3.0KHz
0DH4.0KHz
0EH6.0KHz
0FH8.0KHz
25.9Equalizer Mid Frequency Setting
Valu e Table
Parameter ValueFrequency
00H1.0KHz
01H1.3KHz
02H1.6KHz
03H2.0KHz
04H3.0KHz
05H4.0KHz
06H6.0KHz
07H8.0KHz
42
25.11Brilliance Gain Setting Value Table
Parameter ValueGain
00H-12
01H-11
02H-10
03H- 9
04H- 8
05H- 7
06H- 6
07H- 5
08H- 4
09H- 3
0AH- 2
0BH- 1
0CH0
0DH+ 1
0EH+ 2
0FH+ 3
10H+ 4
11H+ 5
12H+ 6
13H+ 7
14H+ 8
15H+ 9
16H+10
17H+11
18H+12
Note: The gain value does not exactly correspond to
decibels (dB).
25.12DSP Equalizer Gain Setting Value
Table
Parameter ValueGain
34H-12
35H-11
36H-10
37H- 9
38H- 8
39H- 7
3AH- 6
3BH- 5
3CH- 4
3DH- 3
3EH- 2
3FH- 1
40H0
41H+ 1
42H+ 2
43H+ 3
44H+ 4
45H+ 5
46H+ 6
47H+ 7
48H+ 8
49H+ 9
4AH+10
4BH+11
4CH+12
Note: The gain value does not exactly correspond to
decibels (dB).
43
Part VIII
MIDI Implementation
Notation
26Value Notation
26.1Hexadecimal Notation
MIDI implementation sometimes requires that data be
expressed in hexadecimal format. Hexadecimal values are
indicated by the letter "H" after the value. The hexadecimal
equivalents of decimal values 10 through 15 are expressed
as the letters A through F. The table below shows the
hexadecimal equivalents for the decimal values 0 through
127, which are often used for settings.
Decimal
Hexadecimal
000H3220H6440H9660H
101H3321H6541H9761H
202H3422H6642H9862H
303H3523H6743H9963H
404H3624H6844H10064H
505H3725H6945H10165H
606H3826H7046H10266H
707H3927H7147H10367H
808H4028H7248H10468H
909H4129H7349H10569H
100AH422AH744AH1066AH
110BH432BH754BH1076BH
120CH442CH764CH1086CH
130DH452DH774DH1096DH
140EH462EH784EH1106EH
150FH472FH794FH1116FH
1610H4830H8050H11270H
1711H4931H8151H11371H
1812H5032H8252H11472H
1913H5133H8353H11573H
2014H5234H8454H11674H
2115H5335H8555H11775H
2216H5436H8656H11876H
2317H5537H8757H11977H
2418H5638H8858H12078H
2519H5739H8959H12179H
261AH583AH905AH1227AH
271BH593BH915BH1237BH
281CH603CH925CH1247CH
Decimal
Hexadecimal
Decimal
Hexadecimal
Decimal
Hexadecimal
Decimal
Hexadecimal
Decimal
Hexadecimal
Decimal
Hexadecimal
Decimal
Hexadecimal
291DH613DH935DH1257DH
301EH623EH945EH1267EH
311FH633FH955FH1277FH
26.2Binary Notation
When a MIDI implementation data value is expressed in
binary, the letter "B" (for "binary") is affixed at the end of
the value. The table below shows the binary equivalents for
the decimal values 0 through 127, which are often used for
settings.
Decimal
1257DH01111101B
1267EH01111110B
1277FH01111111B
Hexadecimal
000H00000000B
101H00000001B
202H00000010B
303H00000011B
404H00000100B
505H00000101B
606H00000110B
707H00000111B
808H00001000B
909H00001001B
100AH00001010B
110BH00001011B
120CH00001100B
130DH00001101B
140EH00001110B
150FH00001111B
1610H00010000B
::
Binary
44
CASIO COMPUTER CO.,LTD.
6-2, Hon-machi 1-chome
Shibuya-ku, Tokyo 151-8543, Japan
MA0811-A
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.