Roland AT-20S Midi Implementation Manual page 2

Hide thumbs Also See for AT-20S:
Table of Contents

Advertisement

MIDI IMPLEMENTATION
Portamento (Controller number 65)
Status
2nd bytes
BnH
41H
n = MIDI channel number:
0H-FH (ch.1-ch.16)
vv = Control value:
00H-7FH (0-127) 0-63 = OFF, 64-127 = ON
* Not received when Rx.PORTAMENTO = OFF. (Initial value is ON)
Sostenuto (Controller number 66)
Status
2nd bytes
BnH
42H
n = MIDI channel number:
0H-FH (ch.1-ch.16)
vv = Control value:
00H-7FH (0-127) 0-63 = OFF, 64-127 = ON
* Not received when Rx.SOSTENUTO = OFF. (Initial value is ON)
* Not Received in Keyboard Part.
Soft (Controller number 67)
Status
2nd bytes
BnH
43H
n = MIDI channel number:
0H-FH (ch.1-ch.16)
vv = Control value:
00H-7FH (0-127) 0-63 = OFF, 64-127 = ON
* Not received when Rx.SOFT = OFF. (Initial value is ON)
* Not Received in Keyboard Part.
Portamento control (Controller number 84)
Status
2nd bytes
BnH
54H
n = MIDI channel number:
0H-FH (ch.1-ch.16)
kk = source note number:
00H-7FH (0-127)
* A Note-on received immediately after a Portamento Control message will change
continuously in pitch, starting from the pitch of the Source Note Number.
* If a voice is already sounding for a note number identical to the Source Note Number,
this voice will continue sounding (i.e., legato) and will, when the next Note-on is
received, smoothly change to the pitch of that Note-on.
* The rate of the pitch change caused by Portamento Control is determined by the
Portamento Time value.
Example 1.
On MIDI (Description)
90 3C 40 (Note on C4)
B0 54 3C (Portamento Control from C4)
90 40 40 (Note on E4)
80 3C 40 (Note off C4)
80 40 40 (Note off E4)
Example 2.
On MIDI (Description)
B0 54 3C (Portamento Control from C4)
90 40 40 (Note on E4)
80 40 40 (Note off E4)
Effect 1 (Reverb Send Level) (Controller number 91)
Status
2nd bytes
BnH
5BH
n = MIDI channel number:
0H-FH (ch.1-ch.16)
vv = Control value:
00H-7FH (0-127), Initial Value = 28H (40)
* This message adjusts the Reverb Send Level of each Part.
* Not Received in Keyboard Part.
Effect 3 (Chorus Send Level) (Controller number 93)
Status
2nd bytes
BnH
5DH
n = MIDI channel number:
0H-FH (ch.1-ch.16)
vv = Control value:
00H-7FH (0-127), Initial Value = 00H (0)
* This message adjusts the Chorus Send Level of each Part.
* Not Received in Keyboard Part.
2
3rd byte
vvH
3rd byte
vvH
3rd byte
vvH
3rd byte
kkH
Result
C4 on
no change
glide from C4 to E4
no change
E4 off
Result
no change
E4 is played with glide from C4 to E4
E4 off
3rd byte
vvH
3rd byte
vvH
NRPN MSB/LSB (Controller number 98, 99)
Status
2nd bytes
BnH
63H
BnH
62H
n = MIDI channel number:
0H-FH (ch.1-ch.16)
mm = upper byte of the parameter number specified by NRPN
ll = lower byte of the parameter number specified by NRPN
* NRPN can be received when Rx.NRPN = ON. "Rx.NRPN" is set to OFF by power-on
reset or by receiving "Turn General MIDI System On," and it is set to ON by "GS
RESET."
* The value set by NRPN will not be reset even if Program Change or Reset All Controllers
is received.
* Not Received in Keyboard Part.
**NRPN**
The NRPN (Non Registered Parameter Number) message allows an extended range of
control changes to be used.
To use these messages, you must first use NRPN MSB and NRPN LSB messages to specify
the parameter to be controlled, and then use Data Entry messages to specify the value of the
specified parameter. Once an NRPN parameter has been specified, all Data Entry messages
received on that channel will modify the value of that parameter. To prevent accidents, it is
recommended that you set RPN Null (RPN Number = 7FH/7FH) when you have finished
setting the value of the desired parameter. Refer to Section 4. Supplementary material
"Examples of actual MIDI messages" <Example 4> (p. 12). On the GS devices, Data entry
LSB (llH) of NRPN is ignored, so it is no problem to send Data entry MSB (mmH) only
(without Data entry LSB).
On the AT-S, NRPN can be used to modify the following parameters.
NRPN
Data entry
MSB LSB
MSB
Description
01H 08H
mmH
Vibrato rate (relative change on specified channel)
mm: 0EH-40H-72H (-50 - 0 - +50)
01H 09H
mmH
Vibrato depth (relative change on specified channel)
mm: 0EH-40H-72H (-50 - 0 - +50)
01H 0AH
mmH
Vibrato delay (relative change on specified channel)
mm: 0EH-40H-72H (-50 - 0 - +50)
01H 20H
mmH
TVF cutoff frequency (relative change on specified channel)
mm: 0EH-40H-72H (-50 - 0 - +50)
01H 21H
mmH
TVF resonance (relative change on specified channel)
mm: 0EH-40H-72H (-50 - 0 - +50)
01H 63H
mmH
TVF&TVA Env.Attack time (relative change on specified
channel)
mm: 0EH-40H-72H (-50 - 0 - +50)
01H 64H
mmH
TVF&TVA Env.Decay time (relative change on specified
channel)
mm: 0EH-40H-72H (-50 - 0 - +50)
01H 66H
mmH
TVF&TVA Env.Release time (relative change on specified
channel)
mm: 0EH-40H-72H (-50 - 0 - +50)
18H rrH
mmH
Pitch coarse of drum instrument (relative change on
specified drum instrument)
rr: key number of drum instrument
mm: 00H-40H-7FH (-63 - 0 - +63 semitone)
1AH rrH
mmH
TVA level of drum instrument (absolute change on
specified drum instrument)
rr: key number of drum instrument
mm: 00H-7FH (zero-maximum)
1CH rrH
mmH
Panpot of drum instrument (absolute change on specified
drum instrument)
rr: key number of drum instrument
mm: 00H, 01H-40H-7FH (Random, Left-Center-Right)
1DH rrH
mmH
Reverb send level of drum instrument (absolute change on
specified drum instrument)
rr: key number of drum instrument
mm: 01H-7FH (zero-maximum)
1EH rrH
mmH
Chorus send level of drum instrument (absolute change on
specified drum instrument)
rr: key number of drum instrument
mm: 01H-7FH (zero-maximum)
* Parameters marked "relative change" will change relative to the preset value.
* Parameters marked "absolute change" will be set to the absolute value of the parameter,
regardless of the preset value.
3rd byte
mmH
llH

Advertisement

Table of Contents
loading

This manual is also suitable for:

At-60sAt-80sAt-90sAt-s series

Table of Contents