6Note Off ........................................................................................................................................... 8
7Note On ........................................................................................................................................... 9
9.20.1Pitch Bend Sensitivity .......................................................................................................................... 17
10.1All Notes Off (7BH) ............................................................................................................................ 19
10.2Omni Off (7CH).................................................................................................................................. 19
10.3Omni On (7DH).................................................................................................................................. 19
11 Program Change ........................................................................................................................... 20
11.1About Timbre Type ............................................................................................................................ 21
11.2DSP Assignments during Tone Selection.......................................................................................... 21
11.2.1DSP Line Structure............................................................................................................................... 21
11.2.2DSP Line Assignment .......................................................................................................................... 21
11.2.3Use of the Same DSP Line by Multiple Parts ...................................................................................... 21
15.1.3Master Fine Tuning .............................................................................................................................. 24
15.2Instrument-Specific System Exclusive Messages ............................................................................. 27
2
Part IVInstrument-Specific System Exclusive Messages
16 Format ........................................................................................................................................... 28
16.3.3MOD : Model ID.................................................................................................................................. 29
16.3.7mem : Memory Area ID ....................................................................................................................... 30
16.3.8pset : Parameter Set Number................................................................................................................30
16.3.9blk : Block Number .............................................................................................................................. 30
16.3.10 prm : Parameter ID ............................................................................................................................... 31
16.3.11 idx : Data Index Number ...................................................................................................................... 31
16.3.12 len : Data Length .................................................................................................................................. 31
16.3.13 data : Parameter Data ........................................................................................................................... 32
16.3.14 EOX : End of System Exclusive Message ........................................................................................... 32
As a MIDI device, the instrument consists of the System Section, Sound Generator Section, and Performance Controller
Section described below.
Each of these sections sends and receives specific MIDI Messages in accordance with its function.
•System Section
– Device settings
– Function status
•Sound Generator Section
– Common
Sound generator common section
System effects
Brilliance adjustment function
Mixer master
The System Section consists of a sound generator (sound source), a performance controller part (performance), and functions
that are not directly related to Instrument play. In addition to manipulating Instrument setting parameters, this section is
also used to exchange information.
1.2Sound Generator Section
The Sound Generator Section consists of a common part that does not depend on the channel and a part that is specific
to each channel. Mainly it receives performance information and performs operations.
1.2.1Sound generator common section
The common section consists of 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.
5
1.2.2Parts
The settings of the sound generator parts can be changed using Instrument-specific system exclusive messages.
This Instrument consists of 48 parts. Of these, channel messages can be used to perform note on operations and to change
settings of only the C Group (C01 through C16).
The relationships between the channel message receive channel and part number are fixed, as shown in “1.2.3 Part
Assignments”.
1.2.3Part Assignments
Part Number Part Name MIDI Receive Ch MIDI Send ChAssigned FunctionDescription
00A01-01(Note1)Keyboard
01A02-02KeyboardUpper2 (Layer)
02A03-03Keyboard
03A04-08KeyboardHarmonize (DSP not supported.)
04A05-05Recorder PlaySystem track main
05A06-06Recorder PlaySystem track layer
06A07-07Recorder PlaySystem track split
07A08--Metronome/Count
08A09-09AccompanimentPercussion (DSP not supported.)
09A10-10AccompanimentDrum (DSP not supported.)
10A11-11AccompanimentBass (DSP not supported.)
11A12-12AccompanimentChord 1 (DSP not supported.)
12A13-13AccompanimentChord 2 (DSP not supported.)
13A14-14AccompanimentChord 3 (DSP not supported.)
14A15-15AccompanimentChord 4 (DSP not supported.)
15A16-16AccompanimentChord 5 (DSP not supported.)
16B01-01 (Note2)Recorder/Song PlayCh.01
17B02-02 (Note2)Recorder/Song PlayCh.02
18B03-03 (Note2)Recorder/Song PlayCh. 03 (Left hand track)
19B04-04 (Note2)Recorder/Song PlayCh. 04 (Right hand track)
20B05-05 (Note2)Recorder/Song PlayCh.05
21B06-06 (Note2)Recorder/Song PlayCh.06
22B07-07 (Note2)Recorder/Song PlayCh.07
23B08-08 (Note2)Recorder/Song PlayCh.08
24B09-09 (Note2)Recorder/Song PlayCh.09
25B10-10 (Note2)Recorder/Song PlayCh.10
26B11-11 (Note2)Recorder/Song PlayCh.11
27B12-12 (Note2)Recorder/Song PlayCh.12
28B13-13 (Note2)Recorder/Song PlayCh.13
29B14-14
30B15-15
31B16-16 (Note2)Recorder/Song PlayCh.16
32C0101-MIDICh.01
33C0202-MIDICh.02
34C0303-MIDICh.03
35C0404-MIDICh.04
36C0505-MIDICh.05
37C0606-MIDICh.06
38C0707-MIDICh.07
39C0808-MIDICh.08
40C0909-MIDICh.09
41C1010-MIDICh.10
42C1111-MIDICh.11
43C1212-MIDICh.12
44C1313-MIDICh.13
45C1414-MIDICh.14
46C1515-MIDICh.15
47C1616-MIDICh.16
(Note2)Recorder/Song Play
(Note2)Recorder/Song PlayCh.15
(Right-side keyboard in the Duet Mode)
(Left-side keyboard in the Duet Mode)
Upper1 (main)
Lower1 (Split)
Ch.14
6
Note 1:
Can be changed by the Keyboard Channel setting.
Note 2:
Sent during recorder play only.
When there is no data recorded in the applicable recorder track, the MIDI information of the functions of parts with the
same send channel (A01 through A16) is sent.
1.3Performance Controller Section
The Performance Controller Section consists of keyboard, pedal and other real-time controllers, as well as blocks that generate
auto accompaniment, auto performance, and other performance information.
These messages are transmitted to the sound generator in accordance with operations, while they are also being sent out
as MIDI messages.
The channel number of the sent message is in accordance with Instrument’s part number.
1.3.1Auto Accompaniment and Auto Performance MIDI Send
This document what operation is sent by a message in the case of each message type. However, since there are so many
messages sent by an auto accompaniment operation when auto performance and Accomp MIDI Out is turned on, those
messages are not covered here.
2Conditions that Disable Message Send and Receive
All MIDI message send and receive is temporarily disabled in all of the following cases.
•During instrument startup
•During SD card formatting
•During user data initialization
•Immediately after the recorder is exited
•During storage of registration data
•While storage is selected as the USB device mode
3Timbre Type Specific Operation
The operation that is performed for a received message depends on the current Timbre Type setting (see “11.1 About 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
Send
Receive
Channel Message
4Send Channel
For information about the MIDI channels of the channel messages that are sent when this Instrument is played, see
“1.2.3 Part Assignments”.
Note, however, that the MIDI channel of the performance information that corresponds to the keyboard main part can be
changed by the Keyboard Channel setting value.
5Receive Channel
For information about the MIDI channel numbers of channel messages received by each part, see “1.2.3 Part Assignments”.
The MIDI channel number of a channel message that changes DSP settings also coincides with the MIDI channel of the
part using the DSP. A channel message is not received by a part that is turned off by the Part Enable Parameter value
explained under “20.7 Part Parameters”.
6Note Off
Format
SendReceive
Message Format:
Sent when a key is released.
Recognized as key release information. The velocity value is ignored.
8nH kkH vvH8nH kkH vvH
9nH kkH 00H
n:MIDI Channel Number
kk:Key Number
vv: 40HIgnored
8
7Note On
Send
Receive
Send
Receive
Send
Receive
Format
Message Format: 9nH kkH vvH
n: MIDI Channel Number
kk: Key Number
vv: Velocity
Sent when a key is pressed.
Recognized as key press information.
8Polyphonic Key Pressure
Format
Message Format: AnH kkH vvH
n: MIDI Channel Number
kk: Key Number
vv: Pressure Value
This message is not sent by this Instrument.
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
Sent when a pedal or another controller operation is performed, when settings are changed, when the tone is changed, or
when an auto performance, Auto Accompaniment, or other operation is performed.
Receipt changes the controller and settings that correspond to the control number.
9
9.1Bank Select (00H)
Send
Receive
Send
Receive
Send
Receive
Format
Message Format: BnH 00H mmH (MSB)
BnH 20H llH (LSB)
n: MIDI Channel Number
mm: Value
ll: Send: 00H, Receive: Ignored
Sent when a tone is selected.
For information about numbers, see the Tone List in the User’s Guide.
Receipt switches the tone bank number stored in Instrument memory. Note, however, that the tone is not changed until a
Program Change message is received.
For details, see “11 Program Change”.
For information about numbers, see the Tone List in the User’s Guide.
9.2Modulation (01H)
Format
Message Format: BnH 01H vvH
n: MIDI Channel Number
vv: Value
This message is not sent by this Instrument.
Receipt adds, to the voice 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.3Portamento Time (05H)
Format
Message Format: BnH 05H vvH
n: MIDI Channel Number
vv: Value
This message is not sent by this Instrument.
Receipt changes the time it takes until pitch reaches the target portamento effect pitch.
10
9.4Data Entry (06H, 26H)
Send
Receive
Send
Receive
Note 1:
Send
Receive
Format
Message Format: BnH 06H vvH (MSB)
BnH 26H vvH (LSB)
n: MIDI Channel Number
vv: Value
Sent when there is a change in the parameters assigned to NRPN and RPN.
For details about information assigned to parameters that correspond to NRPN and RPN, see “9.19 NRPN” and “9.20 RPN”.
Receipt changes the parameter assigned to RPN. This Instrument does not have a parameter that corresponds to NRPN.
9.5Volume (07H)
Format
Message Format: BnH 07H vvH
n: MIDI Channel Number
vv: Value
Sent when layer balance is adjusted.
Receipt changes the volume of the corresponding part.
9.6Pan (0AH)
Format
Message Format: BnH 0AH vvH
n: MIDI Channel Number
vv: Value (Note1)
For information about the relationship between setting values and send/receive values, see “26.5 Pan Setting Value Table”
in “Part VII Setting Values and Send/Receive Values”.
Sent in the following cases.
•When Accomp MIDI Out is on
•When Music Library play is stopped
Receipt changes the pan setting of the corresponding part.
11
9.7Expression (0BH)
Send
Receive
Send
Receive
Note 1:
Format
Message Format: BnH 0BH vvH
n: MIDI Channel Number
vv: Value
Sent in the following cases.
•When Accomp MIDI Out is on
Receipt changes the Expression value.
9.8General 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 Parameters”. Any message
received that corresponds to the parameter of a number not being used by the currently selected DSP is ignored.
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 in the range of 0 to 127, but the range 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.
Conversion to the parameter setting value from the value received with the message can be represented in general terms
by the expression shown below.
Parameter
Setting Value=Parameter
Minimum Value+(
Parameter
Maximum Value-Parameter
Minimum Value)
Received Value
X
127
For details about Parameter 7 of each DSP, see the explanations under “VI DSP Parameter List”.
12
9.9Hold1 (40H)
Send
Receive
Note 1:
Send
Receive
Format
Message Format: BnH 40H vvH
n: MIDI Channel Number
vv: Value
Sent in the following cases.
•When a pedal that has a sustain (damper) function is operated
•When Accomp MIDI Out is on
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 Timber 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 “26.1 Off/On Setting Value Table” in
“Part VII Setting Values and Send/Receive Values”.
•Timbre Type: Piano or LM Piano
Continuous control of the following is performed in accordance with the value of the received message.
– Piano note decay rate
– Resonance characteristics and decay rate of Acoustic Resonance effect resonance note
•Timbre Type: Drum
The received message does not affect sound source operation.
9.10Portamento Switch (41H)
Format
Message Format: BnH 41H vvH
n: MIDI Channel Number
vv: Value (Note1)
For information about the relationship between setting values and send/receive values, see the “26.1 Off/On Setting Value
Table” in “Part VII Setting Values and Send/Receive Values”.
This message is not sent by this Instrument.
Receipt can be use to switch portamento between enabled (On) and disabled (Off).
13
9.11Sostenuto (42H)
Note 1:
Send
Receive
Note 1:
Send
Receive
Note 1:
Send
Receive
Format
Message Format: BnH 42H vvH
n: MIDI Channel Number
vv: Value (Note1)
For information about the relationship between setting values and send/receive values, see the “26.1 Off/On Setting Value
Table” in “Part VII Setting Values and Send/Receive Values”.
Sent when a pedal that has a sostenuto function is operated.
Receipt performs an operation equivalent to a sostenuto pedal operation.
9.12Soft (43H)
Format
Message Format: BnH 43H vvH
n: MIDI Channel Number
vv: Value (Note1)
For information about the relationship between setting values and send/receive values, see the “26.1 Off/On Setting Value
Table” in “Part VII Setting Values and Send/Receive Values”.
Sent when a pedal that has a soft function is operated.
Receipt performs an operation equivalent to a soft pedal operation.
9.13Vibrato Rate (4CH)
Format
Message Format: BnH 4CH vvH
n: MIDI Channel Number
vv: Value (Note1)
For information about the relationship between setting values and send/receive values, see “26.4 –64 - 0 - +63 Setting
Value Table” in “Part VII Setting Values and Send/Receive Values” of this document.
This message is not sent by this Instrument.
Receipt changes the vibrato rate of the tone that is currently selected by the applicable part.
14
9.14Vibrato Depth (4DH)
Note 1:
Send
Receive
Note 1:
Send
Receive
Send
Receive
Format
Message Format: BnH 4DH vvH
n: MIDI Channel Number
vv: Value (Note1)
For information about the relationship between setting values and send/receive values, see “26.4 –64 - 0 - +63 Setting
Value Table” in “Part VII Setting Values and Send/Receive Values” of this document.
This message is not sent by this Instrument.
Receipt changes the vibrato auto depth of the tone that is currently selected by the applicable part.
9.15Vibrato Delay (4EH)
Format
Message Format: BnH 4EH vvH
n: MIDI Channel Number
vv: Value (Note1)
For information about the relationship between setting values and send/receive values, see “26.4 –64 - 0 - +63 Setting
Value Table” in “Part VII Setting Values and Send/Receive Values” of this document.
This message is not sent by this Instrument.
Receipt changes the vibrato auto delay of the tone that is currently selected by the applicable part.
9.16Portamento Control (54H)
Format
Message Format: BnH 54H vvH
n: MIDI Channel Number
kk: Source Note Number
This message is not sent by this Instrument.
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.
15
Loading...
+ 33 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.