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
Loading...
+ 25 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.