User Manual

CP4 STAGE/CP40 STAGE Data List
36
MIDI Data Format
(3-1-4) PROGRAM CHANGE
STATUS 1100nnnn (CnH) n = 0 - 15 CHANNEL NUMBER
PROGRAM NUMBER 0ppppppp p = 0 - 127
(3-1-5) CHANNEL AFTER TOUCH
STATUS 1101nnnn (DnH) n = 0 - 15 CHANNEL NUMBER
VALUE 0vvvvvvv v = 0 - 127 AFTER TOUCH VALUE
(3-1-6) PITCH BEND CHANGE
STATUS 1110nnnn (EnH) n = 0 - 15 CHANNEL NUMBER
LSB 0vvvvvvv PITCH BEND CHANGE LSB
MSB 0vvvvvvv PITCH BEND CHANGE MSB
Transmitted with a resolution of 7 bits.
(3-2) CHANNEL MODE MESSAGES
STATUS 1011nnnn (BnH) n = 0 - 15 CHANNEL NUMBER
CONTROL NUMBER 0ccccccc c = CONTROL NUMBER
CONTROL VALUE 0vvvvvvv v = DATA VALUE
(3-2-1) ALL SOUND OFF (CONTROL NUMBER = 78H, DATA VALUE = 0)
All the sounds currently played including the channel messages such as note-on and hold-on in a certain
channel are muted when receiving this message.
(3-2-2) RESET ALL CONTROLLERS (CONTROL NUMBER = 79H, DATA VALUE = 0)
Resets the values set for the following controllers.
PITCH BEND CHANGE 0 (center)
MODULATION 0 (minimum)
EXPRESSION 127 (maximum)
FOOT CONTROLLER 1 0 (minimum)
FOOT CONTROLLER 2 0 (minimum) *8
SUSTAIN SWITCH 0 (off)
SOSTENUTO SWITCH 0 (off)
RPN Not assigned; No change
Doesn’t reset the following data:
PROGRAM CHANGE, BANK SELECT MSB/LSB, VOLUME, PAN, HARMONIC CONTENT, RELEASE TIME,
ATTACK TIME, DECAY TIME, BRIGHTNESS, EFFECT1 DEPTH, EFFECT3 DEPTH, PORTAMENTO SWITCH,
PITCH BEND SENSITIVITY, FINE TUNING, COARSE TUNING
*8 For CP4 STAGE only
(3-2-3) ALL NOTE OFF (CONTROL NUMBER = 7BH, DATA VALUE = 0)
All the notes currently set to on in certain channel(s) are muted when receiving this message. However, if Sustain
or Sostenuto is on, notes will continue sounding until these are turned off.
(3-2-4) OMNI MODE OFF (CONTROL NUMBER = 7CH, DATA VALUE = 0)
Performs the same function as when receiving ALL NOTES OFF.
(3-2-5) OMNI MODE ON (CONTROL NUMBER = 7DH, DATA VALUE = 0)
Performs the same function as when receiving ALL NOTES OFF.
(3-2-6) MONO (CONTROL NUMBER = 7EH, DATA VALUE = 0..16)
Performs the same function as when receiving ALL SOUNDS OFF. If the 3rd byte (mono) is within 0 through 16,
the channel will be Mode 4 (m = 1).
(3-2-7) POLY (CONTROL NUMBER = 7FH, DATA VALUE = 0)
Performs the same function as when receiving ALL SOUNDS OFF. The channel will be Mode 3.
(3-3) REGISTERED PARAMETER NUMBER
STATUS 1011nnnn (BnH) n = 0 - 15 CHANNEL NUMBER
LSB 01100100 (64H)
RPN LSB 0ppppppp p = RPN LSB
(Refer to the table as shown below.)
MSB 01100101 (65H)
RPN MSB 0qqqqqqq q = RPN MSB
(Refer to the table as shown below.)
DATA ENTRY MSB 00000110 (06H)
DATA VALUE 0mmmmmmm m = Data Value
DATA ENTRY LSB 00100110 (26H)
DATA VALUE 0lllllll l = Data Value
First, designate the parameter using RPN MSB/LSB numbers. Then, set its value with data entry MSB/LSB.
RPN D.ENTRY
LSB MSB MSB LSB PARAMETER NAME DATA RANGE
00H 00H mmH --- PITCH BEND SENSITIVITY 00H - 18H (0 - 12 semitones)
01H 00H mmH llH MASTER FINE TUNE {mmH,llH}={00H,00H}-{40H,00H}-{7FH,7FH}
(-8192*100/8192) - 0 - (+8192*100/8192)
02H 00H mmH --- MASTER COARSE TUNE 28H - 40H - 58H (-24 - 0 - +24 semitones)
7FH 7FH --- --- RPN RESET
RPN numbers will be left not designated.
The internal values are not affected.
(3-4) NON-REGISTERED PARAMETER NUMBER
There are no applicable parameters.
(3-5) SYSTEM REAL TIME MESSAGES
(3-5-1) ACTIVE SENSING
STATUS 11111110 (FEH)
Transmitted at every 200 msec.
Once this code is received, the instrument starts sensing. When no status nor data is received for over
approximately 350 ms, MIDI receiving buffer will be cleared, and the sounds currently played and the Sustain
Switch are forcibly turned off. Also, the values of the Controllers are reset to the default settings.
(3-6) SYSTEM EXCLUSIVE MESSAGE
(3-6-1) UNIVERSAL NON REALTIME MESSAGE
(3-6-1-1) IDENTITY REQUEST (Receive only)
F0H 7EH 0nH 06H 01H F7H
(“n” = Device No. However, this instrument receives under “omni.”)
(3-6-1-2) IDENTITY REPLY (Transmit only)
F0H 7EH 7FH 06H 02H 43H 00H 41H ddH 06H 00H 00H 00H 7FH F7H
dd = CP4 STAGE: 49, CP40 STAGE: 4A
(3-6-2) PARAMETER CHANGE
(3-6-2-1) NATIVE PARAMETER CHANGE
11110000 F0 Exclusive Status
01000011 43 YAMAHA ID
0001nnnn 1n Device Number
01111111 7F Model ID
0******* ** Model ID CP4 STAGE: 1A, CP40 STAGE: 1B
0aaaaaaa aaaaaaa Address High
0aaaaaaa aaaaaaa Address Mid
0aaaaaaa aaaaaaa Address Low
0ddddddd ddddddd Data
||
11110111 F7 End of Exclusive
For parameters with data size of 2 or more, the appropriate number of data bytes will be transmitted.
See the following MIDI Data Table for Address.
(3-6-3) BULK DUMP
11110000 F0 Exclusive Status
01000011 43 YAMAHA ID
0000nnnn 0n Device Number
01111111 7F Model ID
0******* ** Model ID CP4 STAGE: 1A, CP40 STAGE: 1B
0bbbbbbb bbbbbbb Byte Count
0bbbbbbb bbbbbbb Byte Count
0aaaaaaa aaaaaaa Address High
0aaaaaaa aaaaaaa Address Mid
0aaaaaaa aaaaaaa Address Low
0 0 Data
||
0ccccccc ccccccc Check-sum
11110111 F7 End of Exclusive
See the following BULK DUMP Table for Address and Byte Count.
The Check sum is the value that results in a value of 0 for the lower 7 bits when the Byte Count, Start Address,
Data and Check sum itself are added.
(3-6-4) DUMP REQUEST
11110000 F0 Exclusive Status
01000011 43 YAMAHA ID
0010nnnn 2n Device Number
01111111 7F Model ID
0******* ** Model ID CP4 STAGE: 1A, CP40 STAGE: 1B
0aaaaaaa aaaaaaa Address High
0aaaaaaa aaaaaaa Address Mid
0aaaaaaa aaaaaaa Address Low
11110111 F7 End of Exclusive
See the following DUMP REQUEST Table for Address and Byte Count.
(3-6-5) PARAMETER REQUEST
11110000 F0 Exclusive Status
01000011 43 YAMAHA ID
0011nnnn 3n Device Number
01111111 7F Model ID
0******* ** Model ID CP4 STAGE: 1A, CP40 STAGE: 1B
0aaaaaaa aaaaaaa Address High
0aaaaaaa aaaaaaa Address Mid
0aaaaaaa aaaaaaa Address Low
11110111 F7 End of Exclusive
See the following MIDI Data Table for Address.
(4) SYSTEM OVERVIEW (Keyboard and Tone Generator)
Although two types of note on/note off data, received via MIDI and played on the keyboard will be distinguished, the other
controllers (channel messages) equally affect the entire notes.
ALL SOUND OFF clears all the sounds in the specific channel(s) played by both the keyboard and the data via MIDI.
ALL NOTES OFF received via MIDI clears the sounds in the specific channel(s) played via MIDI.
KBD
TG
MIDI In
MIDI Out
From USB
To USB
USB/MIDI = MIDI
Local Sw
KBD
TG
Local Sw
Thru Port
USB/MIDI = USB
MIDI In
MIDI Out
From USB
To USB