As a MIDI device, this Instrument consists of the System Section, Sound Generator Section, and Performance Controller Section described below. Each of these sections can send and receive specific MIDI
Messages in accordance with its function.
1.1System Section
The System Section manages the Instrument status.
1.2Performance Controller Section
The Performance Controller Section performs generates performance messages in accordance with keyboard play and pedal operations, etc. Basically, generated performance messages are sent to external
destinations while also being transmitted to the Sound Generator Section. The channel number of the
sent channel message is in accordance with the Instrument’s part number.
1.3Sound Generator Section
The Sound Generator Section mainly performs receive of performance information and sound source
setting information. It consists of a common part that does not depend on the channel and a musical
instrument part that is independent of each channel.
1.3.1Sound Generator Common Block
The common block consists of system effects, master control, etc. These can be controlled by general
universal system exclusive messages, or the Instrument’s system exclusive messages or all.
1.3.2Instrument Part Block
The instrument part section consists of a total of 32 instrument parts. The settings of each part can be
changed using channel messages or Instrument’s system exclusive messages or all. The functions assigned
to each part are shown below. The MIDI send channel and MIDI receive channel can be changed using
the Instrument’s MIDI settings.
4
Part NumberPart NameMIDI Receive ChMIDI Send ChAssigned
Note1: Can be changed by Keyboard Channel setting.
5
2Conditions that Disable Message Send and Receive
No MIDI messages at all can be sent or received while “Please Wait ...” is on the display.
6
Part II
Channel Message
Instrument Velocity ResolutionThe upper seven bits of the 14-bit resolution correspond to the
Note On/Off message, while the lower seven bits correspond to the High Resolution Velocity Prefix
message.
Note On/OffHigh Resolution Velocity Prefix
Upper 7 bits
14bits
The initial default value for the lower 7 bits is 00H. Receipt of a High Resolution Prefix message
causes the lower seven bits to be set, but note on/off is not performed.
Receipt of a Note On/Off message causes the upper seven bits to be set with note on/off performed
with 14-bit resolution Velocity.
The High Resolution Velocity Prefix message corresponds the message immediately following the Note
On/Off message, and the lower seven bits are cleared to 00H immediately following note on/off by the
Note On/Off message. 7-bit resolution note on/off using only the Note On/Off message also continues
to be supported.
For details ab out each message, see ” 3 Note Off”, ”4 Note On”, and ”5.18 High Resolution Velocity
Prefix”.
Lower 7 bits
3Note Off
Format
Message Format:8nH kkH vvH
9nH kkH 00H(receive only)
n:MIDI Channel Number
kk:Key Number
vv:Velocity
TransmitSent when something is played on the keyboard. The key number changes in accordance
with on the Transpose function and Octave Shift function.
Receive Receipt stops a note being sounded by a note on message.
When a High Resolution Velocity Prefix message is received immediately prior to the Note Off message
and the lower seven bits of the 14-bit Velocity are set, the 14-bit resolution note off of the note being
sounded is performed.
For information about the relationship between the Note On/Off message and High Resolution Velocity Prefix message, see ”Instrument Velocity Resolution” at the beginning of part II.
Note off by making the Note On Velocity 00H is identical to note off by the combination of High
Resolution Velocity prefix message 40H and Note Off Message 40H.
7
Note: This Instrument has a function that assumes connection of an external device that sends Note Off Velocity as a fixed
value. Note Off Velocity 00H is replaced with 40H until a Note Off message with a Velocity value other than 00H is received. This
function is enabled when the Instrument is turned on, and disabled by receipt of a Note Off message with a Velocity value other
than 00H.
4Note On
Message Format:9nH kkH vvH
n:MIDI Channel Number
kk:Key Number
vv:Velocity
TransmitSent when something is played on the keyboard. The key number changes in accordance
with on the Transpose function and Octave Shift function.
Receive Receipt sounds a note of the corresponding instrument part.
When a High Resolution Velocity Prefix message is received immediately prior to the Note On message
and the lower seven bits of the 14-bit Velocity are set, the 14-bit resolution note on is performed.
For information about the relationship between the Note On/Off message and High Resolution Velocity Prefix message, see ”Instrument Velocity Resolution” at the beginning of part II.
5Control Change
Message Format:BnH ccH vvH
n:MIDI Channel Number
cc:Control Number
vv:Value
For details about messages, see each section of this manual that covers them.
5.1Bank Select (00H,20H)
Message Format:BnH 00H mmH (MSB)
BnH 20H llH (LSB)
n:MIDI Channel Number
mm:MSB Value(Note1)
ll:LSB Value(Transmit:00H, Receive:Ignored)
Note1: For details about the relationship between the MSB value and the tone, see the Tone List that comes with the
Instrument.
TransmitSent when a tone number is selected. For information about numbers, see the Tone List in
the User’s Guide.
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 “6 Program
Change”.
8
5.2Modulation (01H)
Message Format:BnH 01H vvH
n:MIDI Channel Number
vv:Value
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.
5.3Portamento Time(05H)
Message Format:BnH 05H vvH
n:MIDI Channel Number
vv:Value
Receive Receipt changes the portamento application time.
5.4Data Entry (06H,26H)
Message Format:BnH 06H mmH (MSB)
BnH 26H llH (LSB)
n:MIDI Channel Number
mm:MSB Value
ll:LSB Value
TransmitSent when there is a change to the parameter assigned to RPN. For details about information
assigned to parameters that correspond to RPN, see ”5.22 RPN”. This Instrument does not have a
parameter that corresponds to NRPN.
Receive Receipt changes the parameter assigned to RPN.
5.5Volume (07H)
Message Format:BnH 07H vvH
n:MIDI Channel Number
vv:Value
TransmitSent when layer balance or lower volume is adjusted.
Receive Receipt changes the part volume.
5.6Pan (0AH)
Message Format:BnH 0AH vvH
n:MIDI Channel Number
vv:Value(Note1)
9
Note1: For information about the relationship between setting values and send/receive values, see “18.4 Pan Setting Value
Table” in “VII Setting Values and Send/Receive Values”.
TransmitSent when Music Library play is stopped.
Receive Receipt changes the pan of the corresponding part.
5.7Expression (0BH)
Message Format:BnH 0BH vvH
n:MIDI Channel Number
vv:Value
Receive Receipt changes the Expression value.
5.8Hold1 (40H)
Message Format:BnH 40H vvH
n:MIDI Channel Number
vv:Value
TransmitSent when a pedal that has a sustain (damper) function is operated.
Receive Receipt performs an operation equivalent to a sustain pedal operation.
5.9Portamento On/Off(41H)
Message Format:BnH 41H vvH
n:MIDI Channel Number
vv:Value (Note1)
Note1: For information about the relationship between setting values and send/receive values, see the “18.1 Off/On Setting
Value Table” in “VII Setting Values and Send/Receive Values” of this document.
Receive Receipt changes the portamento on/off setting.
5.10Sostenuto (42H)
Message Format:BnH 42H vvH
n:MIDI Channel Number
vv:Value (Note1)
Note1: For information about the relationship between setting values and send/receive values, see the “18.1 Off/On Setting
Value Table” in “VII Setting Values and Send/Receive Values” of this document.
10
TransmitSent when a pedal that has a sostenuto function is operated.
Receive Receipt performs an operation equivalent to a sostenuto pedal operation.
5.11Soft (43H)
Message Format:BnH 43H vvH
n:MIDI Channel Number
vv:Value (Note1)
Note1: For information about the relationship between setting values and send/receive values, see the “18.1 Off/On Setting
Value Table” in “VII Setting Values and Send/Receive Values” of this document.
TransmitSent when a pedal that has a soft function is operated.
Receive Receipt performs an operation equivalent to a soft pedal operation.
5.12Release Time (48H)
Message Format:BnH 48H vvH
n:MIDI Channel Number
vv:Value (Note1)
Note1: For information about the relationship between setting values and send/receive values, see the “18.3 –64 - 0 - +63
Setting Value Table” in “VII Setting Values and Send/Receive Values” of this document.
Receive Receipt makes a relative change in the time it takes for a note to decay to zero after a key is
released.
5.13Attack Time (49H)
Message Format:BnH 49H vvH
n:MIDI Channel Number
vv:Value (Note1)
Note1: For information about the relationship between setting values and send/receive values, see the “18.3 –64 - 0 - +63
Setting Value Table” in “VII Setting Values and Send/Receive Values” of this document.
Receive Receipt makes a relative change in the time it takes for a note to rise to its maximum level.
5.14Vibrato Rate (4CH)
Message Format:BnH 4CH vvH
n:MIDI Channel Number
vv:Value (Note1)
11
Note1: For information about the relationship between setting values and send/receive values, see the “18.3 –64 - 0 - +63
Setting Value Table” in “VII Setting Values and Send/Receive Values” of this document.
Receive Receipt changes the note vibrato rate.
5.15Vibrato Depth (4DH)
Message Format:BnH 4DH vvH
n:MIDI Channel Number
vv:Value (Note1)
Note1: For information about the relationship between setting values and send/receive values, see the “18.3 –64 - 0 - +63
Setting Value Table” in “VII Setting Values and Send/Receive Values” of this document.
Receive Receipt changes the degree of pitch modulation.
5.16Vibrato Delay (4EH)
Message Format:BnH 4EH vvH
n:MIDI Channel Number
vv:Value (Note1)
Note1: For information about the relationship between setting values and send/receive values, see the “18.3 –64 - 0 - +63
Setting Value Table” in “VII Setting Values and Send/Receive Values” of this document.
Receive Receipt changes the time it takes until note vibrato starts.
5.17Portamento Control(54H)
Message Format:BnH 54H vvH
n:MIDI Channel Number
vv:Source Key Number
Receive Receipt of this message first stores the Source Note Number for the next note. When the next
Note On is received, the portamento effect is applied to the note using this Source Note Number as the
pitch start point and the Note On event key number as the end point. If there already is a note being
sounded by Source Note Number at this time, the new note on is not performed and the portamento
effect is applied to the pitch of the note being sounded. That is to say that legato play is performed.
5.18High Resolution Velocity Prefix (58H)
Message Format:BnH 58H vvH
n:MIDI Channel Number
vv:Value
TransmitSends the lower seven bits of 14-bit Velocity when a key is pressed or released.
12
ReceiveReceipt is handled, in combination with the following Note On/Off message, as the lower
seven bits of 14-bit Velocity. For information about the relationship between the Note On/Off message
and High Resolution Velocity Prefix message, see ”Instrument Velocity Resolution” at the beginning of
part II.
5.19Reverb Send (5BH)
Message Format:BnH 5BH vvH
n:MIDI Channel Number
vv:Value
TransmitSent when Music Library play (etc.) is operated.
Receive Receipt changes the reverb send of the corresponding part.
5.20Chorus Send (5DH)
Message Format:BnH 5DH vvH
n:MIDI Channel Number
vv:Value
TransmitSent when Music Library play (etc.) is operated.
Receive Receipt changes the chorus send of the corresponding part.
5.21NRPN (62H,63H)
Message Format:BnH 62H llH (LSB)
BnH 63H mmH (MSB)
n:MIDI Channel Number
ll:LSB Value
mm:MSB Value
5.21.1Assignable Functions to NRPN
This Instrument does not assign any parameters to NRPN.
5.22RPN (64H,65H)
Message Format:BnH 64H llH (LSB)
BnH 65H mmH (MSB)
n:MIDI Channel Number
ll:LSB Value
mm:MSB Value
13
5.22.1Pitch Bend Sensitivity
Message Format:BnH 64H 00H
BnH 65H 00H
BnH 06H mmH
BnH 26H llH
n:MIDI Channel Number
mm:MSB Value(00H - 18H)
ll:LSB Value(Transmit:00H, Receive:Ignored)
Receive Receipt changes Pitch Bend Sensitivity.
5.22.2Fine Tune
Message Format:BnH 64H 01H
BnH 65H 00H
BnH 06H mmH
BnH 26H llH
n:MIDI Channel Number
mm:MSB Value
ll:LSB Value
Receive Receipt changes Channel Fine Tune.
5.22.3Coarse Tune
Message Format:BnH 64H 02H
BnH 65H 00H
BnH 06H mmH
BnH 26H llH
n:MIDI Channel Number
mm:MSB Value(28H - 58H)
ll:LSB Value(Transmit:00H, Receive:Ignored)
Receive Receipt changes Channel Coarse Tune.
5.22.4Null
Message Format:BnH 64H 7FH
BnH 65H 7FH
n:MIDI Channel Number
TransmitSent when an RPN message send operation is performed.
Receive Receipt de-selects RPN.
14
5.23All Sound Off (78H)
Message Format:BnH 78H 00H
n:MIDI Channel Number
Receive Receipt stops all voices that are sounding.
5.24Reset All Controllers (79H)
Message Format:BnH 79H 00H
n:MIDI Channel Number
TransmitSent when MIDI send related settings are changed.
Receive Receipt initializes each performance controller.
5.25All Notes Off (7BH)
Message Format:BnH 7BH 00H
n:MIDI Channel Number
TransmitSent when MIDI send related settings are changed.
Receive Receipt releases (key release) all voices that are sounding.
5.26Omni Off (7CH)
Message Format:BnH 7CH 00H
n:MIDI Channel Number
Receive Receipt performs the same operation as when All Notes Off is received. Regardless of the
reception of this message, the instrument always operates as Omni Off mode.
5.27Omni On (7DH)
Message Format:BnH 7DH 00H
n:MIDI Channel Number
Receive Receipt performs the same operation as when All Notes Off is received. Regardless of the
reception of this message, the instrument always operates as Omni Off mode.
5.28Mono (7EH)
Message Format:BnH 7EH 00H
n:MIDI Channel Number
15
Receive Receipt performs the same operation as when All Notes Off is received. Regardless of the
reception of this message, the instrument always operates as Poly mode.
5.29Poly (7FH)
Message Format:BnH 7FH 00H
n:MIDI Channel Number
Receive Receipt performs the same operation as when All Notes Off is received. Regardless of the
reception of this message, the instrument always operates as Poly mode.
6Program Change
Message Format:CnH ppH
n:MIDI Channel Number
pp:Program Number (Note1)
Note1: For details about the relationship between the program number and the tone, see the Tone List that comes with the
Instrument.
TransmitSent when a tone number is selected.
Receive Receipt changes the tone of the corresponding part. The selected tone is determined by the
program value of this message and the Bank Select message value received prior to this message.
6.1DSP Assignments during Tone Selection
6.1.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. For information about tones that use DSP, see “17 Tone with DSP List”.
6.1.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 newly selected tone.
7Channel After Touch
Message Format:DnH vvH
n:MIDI Channel Number
vv:Value
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.
16
8Pitch Bend
Message Format:EnH llH mmH
n:MIDI Channel Number
ll:Value LSB
mm:Value MSB
Receive Receipt changes the pitch of the currently sounding note. Pitch bend change sensitivity
depends on the pitch bend sensitivity configured with RPN.
17
Part III
System Message
9Active Sensing
Message Format:FEH
TransmitThis 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 this Instrument’s sound source are
released, the controller is reset, and the Active Sensing mode is exited.
10System Exclusive Message
Message Format:F0H iiH ddH....F7H
ii:ID Number
dd:Device ID
The Instrument sends and receives standard universal system exclusive messages, and system exclusive
messages that have Instrument-specific formats.
ID NumberThe ID numbers handed by this Instrument are shown below.
ID NumberID Name
44HCasio Computer Co. Ltd
7EHNon Real Time System Exclusive Message
7FHReal Time System Exclusive Message
Device IDThe device ID is used mainly for individual control of multiple devices. When a System
Exclusive message is sent, the sending device sends messages that include a value that matches the
device ID of the sending device. When a System Exclusive message is received, the receiving device
receives only messages that include a value that matches the receiving device ID. The device ID 7FH is
a special value, and receipt is always performed whenever the device ID of either the receiving device
or the message is 7FH. MIDI Device ID is one of Spec Parameter and can be changed by the System
Exclusive Message. Device ID of MIDI System Exclusive Message in this case should be sent is set to
7FH.(Initial Value:7FH)
10.1Universal Real Time System Exclusive Message
Message Format:F0H 7FH ddH....F7H
dd:Device ID
18
10.1.1Master Volume
Message Format:F0H 7FH ddH 04H 01H llH mmH F7H
dd:Device ID
ll:LSB Value(Receive:Ignored)
mm:MSB Value
Receive Receipt changes the Master Volume.
10.1.2Master Fine Tuning
Message Format:F0H 7FH ddH 04H 03H llH mmH F7H
dd:Device ID
ll:LSB Value(Note1)
mm:MSB Value(Note1)
Note1: For information about the relationship between setting values and send/receive values, see “18.5 Fine Tuning Setting
Value Table” in “VI I Setting Values and Send/Receive Values” of this document.
TransmitThis message is sent when the tuning setting is changed.
Receive Receipt changes the tuning setting.
10.1.3Master Coarse Tuning
Message Format:F0H 7FH ddH 04H 04H llH mmH F7H
dd:Device ID
ll:LSB Value(Transmit:00H,Receive:Ignored)
mm:MSB Value(28H - 58H)
Receive Receipt changes the Patch Master Coarse Tune parameter.
Note1: For information about the relationship between setting values and send/receive values, see “18.6 Reverb Type Setting
Value Table” in “VI I Setting Values and Send/Receive Values” of this document.
TransmitThis message is sent when the reverb type is changed. This Instrument treats a hall simulator
as a reverb.
Note1: For information about the relationship b etween setting values and send/receive values, see “18.7 Chorus Type Setting
Value Table” in “VI I Setting Values and Send/Receive Values” of this document.
TransmitThis message is sent when the chorus type is changed.
Receive Receipt changes the Chorus Sent To Reverb setting.
20
10.2Universal Non Real Time System Exclusive Message
Message Format:F0H 7EH ddH....F7H
dd:Device ID
10.2.1GM System On
Message Format:F0H 7EH ddH 09H 01H F7H
dd:Device ID
Receive Receipt puts the settings of sound source into the default of this instrument.
10.2.2GM System Off
Message Format:F0H 7EH ddH 09H 02H F7H
dd:Device ID
Receive Receipt changes the sound source setting to the Instrument presetting.
10.2.3GM2 System On
Message Format:F0H 7EH ddH 09H 03H F7H
dd:Device ID
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.
10.3Instrument-Specific System Exclusive Message
Message Format:F0H 44H ...F7H
This message can be used to send the Instrument memory status and to perform sound source parameter operations, etc. For more information, see “IV Instrument-Specific System Exclusive Messages”.
21
Part IV
Instrument-Specific System Exclusive
Messages
11Format
This section explains the format of the Instrument-specific System Exclusive Messages. See “V Parameter
List” and for information about how parameter sets actually are transferred.
11.1Message Classifications
Basically, the operation that corresponds to Instrument-specific system exclusive messages is parameter
data transfer.
The following operations can be performed from an external device using this parameter transfer
message.
• Modification of an individual Instrument parameter
• Import of an individual Instrument parameter value
In addition to parameters being used as device setting values, some parameters act as commands
when received by the Instrument and as device status information when sent from the Instrument.
The following table shows the parameter category for each type of transfer.
Function SectionParameter CategoryDescription
SystemSystemCommands to the Instrument, Instrument stats
Performance ControllerSpecGlobal settings, settings of each music engine
Sound GeneratorPatchSound source common settings (system effects, mas-
ter settings, etc.)
11.2Basic Message Structure
”Indivisual Parameter Transfer”(single parameter transmission/reception) is a format of instrumentspecific system exclusive message, which comprise a number of different messages for each operation.
The field in the system exclusive message that specifies the message type is the Action 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.
SXMANMODdevactbody (act Depends on act)EOX
catmempsetblkprmidxlendata
IPRYYYYYYYYYYYY-Y
IPSYYYYYYYYYYYYYY
11.3Format of Each Field
11.3.1SX : System Exclusive message Status
Format:11110000B (F0H)
This is the System Exclusive Message status byte established by the MIDI standard.
22
11.3.2MAN : Manufacturer’s ID
Format:01000100B (CASIO = 44H)
Indicates this Instrument’s manufacturer ID.
11.3.3MOD : Model ID
Format:MSB00010111B (17H)
LSB00000010B (03H)
These two successive bytes (MSB, LSB) indicate the GP-500BP/GP-400 model ID.
11.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. When a message containing
7FH is received, receipt of the message is always allowed, regardless of the Instrument’s ID setting.
11.3.5act : Action
Format:0aaaaaaaB
This field indicates the operation of the Instrument-specific System Exclusive Message.
aaaaaaaBActionFunction
00HIPRIndividual Parameter Request
01HIPSIndividual Parameter Send
IPR:Individual Parameter RequestIndicates 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 SendIndicates 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.
11.3.6cat : Category
Format:0cccccccB
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
02HPatchA
2AHSpecA
A · · · Available (Also including when only some parameters are available.)
23
11.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.
memData TypeMeaning
3Work AreaRead/Write enabled
11.3.8pset : Parameter Set Number
Format:LSB0nnnnnnnB
MSB0mmmmmmmB
This field is a 2-byte (LSB, MSB) value indicating the number of the parameter set (mmmmmmmnnnnnnnB, Binary) being transferred.
11.3.9blk Block Number
The block number is a supplementary number that specifies which block parameter is to be accessed
when there are multiple blocks (instrument parts, etc.) that include parameters with the same ID within
a single parameter set. The array structure of a block can be expressed up to 4 dimensions, and the size
of a 1-dimensional array is expressed as 14 bits.
The Parameter ID indicates the parameter type. When transferring parameters (see “V Parameter
List” below) individually, this field is used to identify the parameter being transferred by its parameter
ID.
11.3.11idx : Data Index Number
Format:LSB0iiiiiiiB
MSB0jjjjjjjB
The data index number indicates the first array number of the array from which transfer starts.
11.3.12len : Data Length
Format:LSB0lllllllB
MSB0mmmmmmmB
The value of this field specifies the size of the parameter value stored in the data field. Data length
indicates the length of the array being transferred minus 1 when the parameter contains a character
string or other similar array structure.
11.3.13data : Parameter Data
Single Parameter Data Size LimitUnder the Instrument’s System Exclusive message format, the
size of a single message cannot exceed 48 bytes in all other cases. The data size and the array size,
however, can cause a packet to exceed 48 bytes when transferring a single parameter array. In this case,
the IPS and IPR message data length and data index number values can be modified to enable division
of a single parameter value into multiple messages so it can be sent that way.
25
11.3.14EOX : End of System Exclusive Message
Format:11110111B (F7H)
This is the End of System Exclusive Message status byte established by the MIDI standard.
12Parameter Op erations
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. Depending on the function of a parameter, Individual
Parameter Send may be used to issue a command to the Instrument and Individual Parameter Request
may be used to check Instrument status information.
Data ReceiverData SenderOperation
IPR→Send Request(Optional)
←IPSData Transfer
26
Part V
Parameter List
This section explains the parameters that actually can be transferred by the Instrument.
13Using the Parameter List
• Parameter field
Shows the parameter name.
• ID field
Shows the parameter ID as a hexadecimal number.
• R/W field
Shows “R” to indicate that an IPR (Individual Parameter Request) read operation (Read) is
possible or “W” to indicate that an IPS (Individual Parameter Send) write operation is possible.
• Block field
Shows the bit field allocation of the block number. The bit field position is shown as a decimal
format number.
• Size field
Shows the parameter bit width as a decimal format value.
• Array field
Shows the parameter array size as a hexadecimal value.
• Min-Def-Max field
Shows the minimum value, default value, and maximum value for parameter acquisition as a
hexadecimal value.
• Description field
Explains the meaning of parameter values. Unless otherwise specified, setting values are all indicated in decimal format.
Note: Operation is not guaranteed for values other than those noted here.
14System Parameter
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.
14.1System Information Parameter
This parameter is a container for system information.
Note1: For information about the relationship between setting values and send/receive values, see Spec Number in “18.7
Chorus Type Setting Value Table” in “VII Setting Values and Send/Receive Values” of this document.
15.3System Reverb Parameter
These parameters are for configuring system reverb settings.
Note1: For information about the relationship between setting values and send/receive values, see Spec Number in “18.6
Chorus Type Setting Value Table” in “VII Setting Values and Send/Receive Values” of this document.
15.4Portamento Parameter
These are tone portamento operation setting parameters.
High Reso Velocity Enable 005A R/W↑10100-01-010...Off
1...On
Temperament Type005B R/W↑50100-00-100 - 16
Temperament Base Note005C R/W↑40100-00-0B0 - 11 :C - B
Note1: For information ab out the relationship between setting values and types, see “18.6 Reverb Type Setting Value Table”
in “VII Setting Values and Send/Receive Values” of this document. This Instrument treats a hall simulator as a reverb.
Note2: For information about the relationship between setting values and types, see “18.7 Chorus Type Setting Value Table”
in “VII Setting Values and Send/Receive Values” of this document.
30
Part VI
DSP Parameter List
17Tone with DSP List
This is a list of tones that use DSP.
Tone NumberTone Name
1BERLIN GRAND
2BERLIN GRAND MELLOW
3BERLIN GRAND BRIGHT
4HAMBURG GRAND
5HAMBURG GRAND MELLOW
6HAMBURG GRAND BRIGHT
7VIENNA GRAND
8VIENNA GRAND MELLOW
9VIENNA GRAND BRIGHT
12GRAND PIANO JAZZ
1660’s PIANO
18VIBRAPHONE
22JAZZ ORGAN
23ELECTRIC ORGAN 1
24ELECTRIC ORGAN 2
31
Part VII
Setting Values and Send/ Receive Values
18Setting Value Tables
18.1Off/On Setting Value Table
Transmit ValueReceive ValueParameter
00H00H - 3FHOff
7FH40H - 7FHOn
18.2Sustain Pedal Setting Value Table
Transmit ValueReceive ValueParameter
00H00HOff
::(continuous)
7FH7FHFull
18.3–64 - 0 - +63 Setting Value Table
Transmit ValueReceive ValueParameter
00H00H-64
:::
40H40H0
:::
7FH7FH+63
18.4Pan Setting Value Table
Transmit ValueReceive ValueParameter
00H00HLeft
:::
40H40HCenter
:::
7FH7FHRight
32
18.5Fine Tuning Setting Value Table
Transmit ValueReceive ValueParameter
(LSB, MSB)
(43H, 00H)(00H, 00H) - (5FH, 00H)415.5 Hz
(65H, 00H)(60H, 00H) - (7FH, 00H)415.6 Hz
(07H, 01H)(00H, 01H) - (1FH, 01H)415.7 Hz
(29H, 01H)(20H, 01H) - (3FH, 01H)415.8 Hz
:::
(40H, 3FH)(30H, 3FH) - (4FH, 3FH)439.8 Hz
(60H, 3FH)(50H, 3FH) - (6FH, 3FH)439.9 Hz
(00H, 40H)(70H, 3FH) - (1FH, 40H)440.0 Hz
(20H, 40H)(20H, 40H) - (3FH, 40H)440.1 Hz
(40H, 40H)(40H, 40H) - (5FH, 40H)440.2 Hz
:::
(54H, 7EH)(50H, 7EH) - (6FH, 7EH)465.6 Hz
(73H, 7EH)(70H, 7EH) - (0FH, 7FH)465.7 Hz
(11H, 7FH)(10H, 7FH) - (2FH, 7FH)465.8 Hz
(30H, 7FH)(30H, 7FH) - (7FH, 7FH)465.9 Hz
18.6Reverb Type Setting Value Table
Transmit ValueReceive ValueParameterSpec Number
10H10HN.Y.Club3
11H11HScoring Stage4
12H12HDutch Church5
13H13HStandard Hall6
14H14HOpera Hall7
15H15HViennese Hall8
16H16HL.A.Hall9
17H17HBerlin Hall10
18H18HFrench Cathedral11
19H19HBritish Stadium12
1AH1AHRoom1
1BH1BHSalon2
18.7Chorus Type Setting Value Table
Transmit ValueReceive ValueParameterSpec Number
00H00HLight Cho1
02H02HChorus2
0AH0AHDeep Chorus3
0BH0BHFlanger4
33
Part VIII
MIDI Implementation Notation
19Value Notation
19.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 b elow shows the hexadecimal equivalents for decimal values 0 through 127, which are often