Roland AX-Edge MIDI Implementation

Model: AX-Edge
Data: Jul 1, 2020
Version: 1.01
AX-Edge MIDI Implementation
1. Data Reception (Sound Source Section)
9 Channel Voice Messages
7 Note off
Status 2nd byte 3rd byte
8nH kkH vvH
9nH kkH 00H
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = note off velocity: 00H - 7FH (0 - 127)
7 Note on
Status 2nd byte 3rd byte
9nH kkH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = note on velocity: 01H - 7FH (1 - 127)
7 Control Change
* If the corresponding Controller number is selected for the Src1, 2, 3 or
4 parameter (PROGRAM SOUND: MFX: MFX CTRL), the corresponding effect will occur.
6 Portamento Time (Controller number 5)
Status 2nd byte 3rd byte
BnH 05H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Portamento Time: 00H - 7FH (0 - 127)
* The Porta Time parameter (PROGRAM SOUND: TONE) will change.
6 Data Entry (Controller number 6, 38)
Status 2nd byte 3rd byte
BnH 06H mmH
BnH 26H llH
n = MIDI channel number: 0H - FH (ch.1 - 16)
mm, ll = the value of the parameter specied by RPN/NRPN
mm = MSB, ll = LSB
6 Volume (Controller number 7)
Status 2nd byte 3rd byte
BnH 07H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Volume: 00H - 7FH (0 - 127)
* Not received when the Rx Volume parameter (SOUND CTRL: MIDI RX) is OFF.
* The Level parameter (PROGRAM SOUND: TONE) will change.
6 Panpot (Controller number 10)
Status 2nd byte 3rd byte
BnH 0AH vvH
6 Bank Select (Controller number 0, 32)
Status 2nd byte 3rd byte
BnH 00H mmH
BnH 20H llH
n = MIDI channel number: 0H - FH (ch.1 - 16)
mm, ll = Bank number: 00 00H - 7F 7FH (bank.1 - bank.16384)
* Not received when the Rx Bank parameter (SYSTEM: MIDI RX) is OFF.
* Not received when the Rx Bank parameter (PROGRAM CTRL: MIDI RX) is OFF.
The Programs corresponding to each Bank Select are as follows.
BANK SELECT | PROGRAM | GROUP | NUMBER MSB | LSB | NUMBER | |
-----+-----------+-----------+----------------------------+------------­ 084 | 000 | 001 - 128 | Program | 01 - 128 : | : | | | : 002 | 001 - 064 | | | 257 - 320
The Tones corresponding to each Bank Select are as follows.
BANK SELECT | PROGRAM | GROUP | NUMBER MSB | LSB | NUMBER | |
-----+-----------+-----------+----------------------------+------------­ 087 | 000 - 001 | 001 - 128 | User Tone | 0001 - 0256
-----+-----------+-----------+----------------------------+------------­ 087 | 064 | 001 - 128 | Preset Tone | 0001 - 0128 | : | | | : | 067 | 001 - 075 | | 0385 - 0459 | 085 | 001 - 128 | | 0460 - 0587 | : | | | : | 091 | 001 - 069 | | 1228 - 1296
6 Modulation (Controller number 1)
Status 2nd byte 3rd byte
BnH 01H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Panpot: 00H - 40H - 7FH (Left - Center - Right)
* Not received when the Rx Pan parameter (SOUND CTRL: MIDI RX) is OFF.
* The Pan parameter (PROGRAM SOUND: TONE) will change.
6 Expression (Controller number 11)
Status 2nd byte 3rd byte
BnH 0BH vvH
n = MIDI channel number:0H - FH (ch.1 - 16)
vv = Expression:00H - 7FH (0 - 127)
* Not received when the Rx Exp parameter (PROGRAM CTRL: MIDI RX) is OFF.
6 Hold 1 (Controller number 64)
Status 2nd byte 3rd byte
BnH 40H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value: 00H - 7FH (0 - 127)
* Not received when the Rx Hold-1 parameter (SOUND CTRL: MIDI RX) is OFF.
0-63 = OFF, 64-127 = ON
6 Portamento (Controller number 65)
Status 2nd byte 3rd byte
BnH 41H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value: 00H - 7FH (0 - 127)
* The Porta Sw parameter (PROGRAM SOUND: TONE) will change.
0-63 = OFF, 64-127 = ON
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Modulation depth: 00H - 7FH (0 - 127)
* Not received when the Rx Mod parameter (PROGRAM CTRL: MIDI RX) is OFF.
1
© 2018 Roland Corporation
02
6 Sostenuto (Controller number 66)
Status 2nd byte 3rd byte
BnH 42H vvH
6 Vibrato Rate (Controller number 76)
Status 2nd byte 3rd byte
BnH 4CH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value: 00H - 7FH (0 - 127)
0-63 = OFF, 64-127 = ON
6 Soft (Controller number 67)
Status 2nd byte 3rd byte
BnH 43H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value: 00H - 7FH (0 - 127)
6 Legato Foot Switch (Controller number 68)
Status 2nd byte 3rd byte
BnH 44H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value: 00H - 7FH (0 - 127)
* The Legato Sw parameter (PROGRAM SOUND: TONE) will change.
0-63 = OFF, 64-127 = ON
6 Resonance (Controller number 71)
Status 2nd byte 3rd byte
BnH 47H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv= Resonance value (relative change): 00H - 40H - 7FH (-64 - 0 - +63),
* The Resonance parameter (PROGRAM SOUND: MODIFY) will change.
6 Release Time (Controller number 72)
Status 2nd byte 3rd byte
BnH 48H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Release Time value (relative change): 00H - 40H - 7FH (-64 - 0 - +63)
* The Release Time Offset (Release) parameter (PART VIEW: Offset) will
change.
6 Attack time (Controller number 73)
Status 2nd byte 3rd byte
BnH 49H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Attack time value (relative change): 00H - 40H - 7FH (-64 - 0 - +63)
* The Attack parameter (PROGRAM SOUND: MODIFY) will change.
6 Cutoff (Controller number 74)
Status 2nd byte 3rd byte
BnH 4AH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Cutoff value (relative change): 00H - 40H - 7FH (-64 - 0 - +63)
* The Cutoff parameter (PROGRAM SOUND: MODIFY) will change.
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Vibrato Rate value (relative change): 00H - 40H - 7FH (-64 - 0 - +63)
* The Vib Rate parameter (PROGRAM SOUND: MODIFY) will change.
6 Vibrato Depth (Controller number 77)
Status 2nd byte 3rd byte
BnH 4DH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Vibrato Depth Value (relative change): 00H - 40H - 7FH (-64 - 0 - +63)
* The Vib Depth parameter (PROGRAM SOUND: MODIFY) will change.
6 Vibrato Delay (Controller number 78)
Status 2nd byte 3rd byte
BnH 4EH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Vibrato Delay value (relative change): 00H - 40H - 7FH (-64 - 0 - +63)
* The Vib Delay parameter (PROGRAM SOUND: MODIFY) will change.
6 Portamento control (Controller number 84)
Status 2nd byte 3rd byte
BnH 54H kkH
n = MIDI channel number: 0H - FH (ch.1 - 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.
6 General Purpose Effect 1 (Reverb Send Level)
(Controller number 91)
Status 2nd byte 3rd byte
BnH 5BH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Reverb Send Level: 00H - 7FH (0 - 127)
* The Rev Send parameter (PROGRAM SOUND: MODIFY) will change.
6 General Purpose Effect 3 (Chorus Send Level)
(Controller number 93)
Status 2nd byte 3rd byte
BnH 5DH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Chorus Send Level: 00H - 7FH (0 - 127)
* The Cho Send parameter (PROGRAM SOUND: MODIFY) will change.
6 Decay Time (Controller number 75)
Status 2nd byte 3rd byte
BnH 4BH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Decay Time value (relative change): 00H - 40H - 7FH (-64 - 0 - +63)
* The Decay parameter (PROGRAM SOUND: MODIFY) will change.
2
6 RPN MSB/LSB (Controller number 100, 101)
Status 2nd byte 3rd byte
BnH 65H mmH
BnH 64H llH
n = MIDI channel number: 0H - FH (ch.1 - 16)
mm = upper byte (MSB) of parameter number specied by RPN
ll = lower byte (LSB) of parameter number specied by RPN
<<< RPN >>>
Control Changes include RPN (Registered Parameter Numbers), which are extended.
When using RPNs, rst RPN (Controller numbers 100 and 101; they can be sent
in any order) should be sent in order to select the parameter, then Data Entry (Controller numbers 6 and 38) should be sent to set the value. Once RPN messages are received, Data Entry messages that is received at the same MIDI channel after that are recognized as changing toward the value of the RPN messages. In order not to make any mistakes, transmitting RPN Null is recommended after setting parameters you need.
9 Channel Mode Messages
* Not received when the Rx Switch (Sw) parameter (PART VIEW: Level/Pan) is
OFF.
7 All Sounds Off (Controller number 120)
Status 2nd byte 3rd byte
BnH 78H 00H
n = MIDI channel number: 0H - FH (ch.1 - 16)
* When this message is received, all notes currently sounding on the
corresponding channel will be turned off.
7 Reset All Controllers
(Controller number 121)
Status 2nd byte 3rd byte
BnH 79H 00H
This device receives the following RPNs.
RPN Data entry
MSB, LSB MSB, LSB Notes
00H, 00H mmH, llH Pitch Bend Sensitivity
mm: 00H - 18H (0 - 24 semitones)
ll: ignored (processed as 00H)
Up to 2 octave can be specied in semitone
* The Pitch Bend Range (Bend Range) parameter (PART VIEW: Pitch) will
change.
00H, 01H mmH, llH Channel Fine Tuning
mm, ll: 20 00H - 40 00H - 60 00H
(-4096 x 100 / 8192 - 0 -
* The Fine Tune (Fine) parameter (PART VIEW: Pitch) will change.
00H, 02H mmH, llH Channel Coarse Tuning
mm: 10H - 40H - 70H
ll: ignored (processed as 00H)
* The Coarse Tune (Coarse) parameter (PART VIEW: Pitch) will change.
7FH, 7FH ---, --- RPN null
RPN and NRPN will be set as “unspecied.”
steps.
+4096 x 100 / 8192 cent)
(-48 - 0 - +48 semitones)
Once this setting has been made, subsequent Parameter values that were previously set will not change. mm, ll: ignored
7 Program Change
Status 2nd byte
CnH ppH
n = MIDI channel number: 0H - FH (ch.1 - 16)
pp = Program number: 00H - 7FH (prog.1 - prog.128)
* Not received when the RX PC parameter (SYSTEM: MIDI RX) is OFF.
* Not received when the RX PC parameter (PROGRAM CTRL: MIDI RX) is OFF.
n = MIDI channel number: 0H - FH (ch.1 - 16)
* When this message is received, the following controllers will be set to
their reset values.
Controller Reset value
Pitch Bend Change +/-0 (center)
Polyphonic Key Pressure 0 (off)
Channel Pressure 0 (off)
Modulation 00 (off)
Breath Type 0 (min)
Foot Type 0 (min)
Expression 127 (max)
Hold 1 0 (off)
Sostenuto 0 (off)
Soft 0 (off)
RPN unset; previously set data will not change
NRPN unset; previously set data will not change
However the controller will be at minimum.
7 All Notes Off (Controller number 123)
Status 2nd byte 3rd byte
BnH 7BH 00H
n = MIDI channel number: 0H - FH (ch.1 - 16)
* When All Notes Off is received, all notes on the corresponding channel
will be turned off. However, if Hold 1 or Sostenuto is ON, the sound will be continued until these are turned off.
7 OMNI OFF (Controller number 124)
Status 2nd byte 3rd byte
BnH 7CH 00H
n = MIDI channel number: 0H - FH (ch.1 - 16)
* The same processing will be carried out as when All Notes Off is
received.
7 OMNI ON (Controller number 125)
Status 2nd byte 3rd byte
BnH 7DH 00H
7 Channel Pressure
Status 2nd byte
DnH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Channel Pressure: 00H - 7FH (0 - 127)
* Not received when the Rx Ch Pres parameter (PROGRAM CTRL: MIDI RX) is
OFF.
7 Pitch Bend Change
Status 2nd byte 3rd byte
EnH llH mmH
n = MIDI channel number: 0H - FH (ch.1 - 16)
mm, ll = Pitch Bend value: 00 00H - 40 00H - 7F 7FH (-8192 - 0 - +8191)
* Not received when the Rx Bend parameter (PROGRAM CTRL: MIDI RX) is OFF.
n = MIDI channel number: 0H - FH (ch.1 - 16)
* The same processing will be carried out as when All Notes Off is
received. OMNI ON will not be turned on.
7 MONO (Controller number 126)
Status 2nd byte 3rd byte
BnH 7EH mmH
n = MIDI channel number: 0H - FH (ch.1 - 16)
mm = mono number: 00H - 10H (0 - 16)
* The same processing will be carried out as when All Notes Off is
received.
* The Mono/Poly parameter (PROGRAM SOUND: TONE) will change.
3
7 POLY (Controller number 127)
Status 2nd byte 3rd byte
BnH 7FH 00H
n = MIDI channel number: 0H - FH (ch.1 - 16)
* The same processing will be carried out as when All Notes Off is
received.
* The Mono/Poly parameter (PROGRAM SOUND: TONE) will change.
9 System Realtime Message
7 Active Sensing
Status
FEH
* When Active Sensing is received, the unit will begin monitoring the
intervals of all further messages. While monitoring, if the interval between messages exceeds 420 ms, the same processing will be carried out as when All Sounds Off, All Notes Off and Reset All Controllers are received, and message interval monitoring will be halted.
9 System Exclusive Message
Status Data byte Status
F0H iiH, ddH,......, eeH F7H
F0H: System Exclusive Message status
ii = ID number: an ID number (manufacturer ID) to indicate the
dd,...,ee = data: 00H - 7FH (0 - 127)
F7H: EOX (End Of Exclusive)
Of the System Exclusive messages received by this device, the Universal Non­realtime messages and the Universal Realtime messages and the Data Request (RQ1) messages and the Data Set (DT1) messages will be set automatically.
7 Universal Non-realtime System Exclusive
Messages
6 Identity Request Message
Status Data byte Status
F0H 7EH, dev, 06H, 01H F7H
Byte Explanation
F0H Exclusive status
7EH ID number (Universal Non-realtime Message)
dev Device ID (dev: 10H - 1FH, 7FH)
06H Sub ID#1 (General Information)
01H Sub ID#2 (Identity Request)
F7H EOX (End Of Exclusive)
* When this message is received, Identity Reply message will be
transmitted.
7 Data Transmission
This instrument can use exclusive messages to exchange many varieties of internal settings with other devices.
The model ID of the exclusive messages used by this instrument is 00H 00H 77H.
manufacturer whose Exclusive message this is. Roland’s manufacturer ID is 41H. ID numbers 7EH and 7FH are extensions of the MIDI
standard; Universal Non-realtime Messages (7EH) and
Universal Realtime Messages (7FH).
6 Data Request 1 (RQ1)
This message requests the other device to transmit data. The address and size indicate the type and amount of data that is requested.
When a Data Request message is received, if the device is in a state in which it is able to transmit data, and if the address and size are appropriate, the requested data is transmitted as a Data Set 1 (DT1) message. If the conditions are not met, nothing is transmitted.
Status data byte Status
F0H 41H, dev, 00H, 00H, 00H, 52H, 11H, aaH, bbH, F7H
ccH, ddH, ssH, ttH, uuH, vvH, sum
Byte Explanation
F0H Exclusive status
41H ID number (Roland)
dev device ID (dev: 10H - 1FH, 7FH)
00H model ID #1 (AX-Edge)
00H model ID #2 (AX-Edge)
00H model ID #3 (AX-Edge
52H model ID #4 (AX-Edge
11H command ID (RQ1)
aaH address MSB
bbH address
ccH address
ddH address LSB
ssH size MSB
ttH size
uuH size
vvH size LSB
sum checksum
F7H EOX (End Of Exclusive)
* The size of data that can be transmitted at one time is xed for each
type of data. And data requests must be made with a xed starting address
and size. Refer to the address and size given in Parameter Address Map.
* For the checksum, refer to “How to calculate the checksum”.
* Not received when the Receive Exclusive parameter (SYSTEM: MIDI RX) is
OFF.
6 Data set 1 (DT1)
This is the message that actually performs data transmission, and is used when you wish to transmit the data.
Status Data byte Status
F0H 41H, dev, 00H, 00H, 00H, 52H, 12H, aaH, bbH, F7H
ccH, ddH, eeH,... ffH, sum
Byte Explanation
F0H Exclusive status
41H ID number (Roland)
dev Device ID (dev: 10H - 1FH, 7FH)
00H Model ID #1 (AX-Edge)
00H Model ID #2 (AX-Edge)
00H Model ID #3 (AX-Edge)
52H Model ID #4 (AX-Edge)
12H Command ID (DT1)
aaH Address MSB
bbH Address
ccH Address
ddH Address LSB
eeH Data: the actual data to be sent. Multiple bytes of data are
: :
ffH Data
sum Checksum
F7H EOX (End Of Exclusive)
* The amount of data that can be transmitted at one time depends on the
type of data, and data will be transmitted from the specied starting
address and size. Refer to the address and size given in Parameter Address Map.
* Data larger than 256 bytes will be divided into packets of 256 bytes or
less, and each packet will be sent at an interval of about 20 ms.
* Regarding the checksum, please refer to “How to calculate the checksum”.
* Not received when the Receive Exclusive parameter (SYSTEM: MIDI RX) is
OFF.
transmitted in order starting from the address.
4
2. Data Transmission (Sound Source Section)
6 Hold 1 (Controller number 64)
Status 2nd byte 3rd byte
BnH 40H vvH
9 Channel Voice Messages
7 Note off
Status 2nd byte 3rd byte
8nH kkH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = note off velocity: 00H - 7FH (0 - 127)
7 Note on
Status 2nd byte 3rd byte
9nH kkH vvH
nn = MIDI channel number: 0H - FH (ch.1 - 16)
vv = note on velocity: 01H - 7FH (1 - 127)
7 Control Change
* By selecting a controller number that corresponds to the setting of
parameters of controllers (knobs, etc.), the AE-Edge can transmit any control change message.
6 Bank Select (Controller number 0, 32)
Status 2nd byte 3rd byte
BnH 00H mmH
BnH 20H llH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value: 00H - 7FH (0 - 127)
0-63 = OFF, 64-127 = ON
6 Portamento (Controller number 65)
Status 2nd byte 3rd byte
BnH 41H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value: 00H - 7FH (0 - 127)
0 - 63 = OFF, 64 - 127 = ON
6 Cutoff (Controller number 74)
Status 2nd byte 3rd byte
BnH 4AH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Cutoff value (relative change): 00H - 40H - 7FH (-64 - 0 - +63)
7 Program Change
Status 2nd byte
CnH ppH
n = MIDI channel number: 0H - FH (ch.1 - 16)
pp = Program number: 00H - 7FH (prog.1 - prog.128)
* These messages are transmitted when Program or Tone is selected. But not
transmitted when Transmit Program Change parameter (SYSTEM: MIDI TX) is OFF.
n = MIDI channel number: 0H - FH (ch.1 - 16)
mm, ll = Bank number: 00 00H - 7F 7FH (bank.1 - bank.16384)
* These messages are transmitted when Program or Tone is selected. But not
transmitted when Tx PC (SYSTEM: MIDI TX) or Tx Bank parameter (SYSTEM: MIDI RX) is OFF.
6 Modulation (Controller number 1)
Status 2nd byte 3rd byte
BnH 01H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Modulation depth: 00H - 7FH (0 - 127)
6 Foot Type (Controller number 4)
Status 2nd byte 3rd byte
BnH 04H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value: 00H - 7FH (0 - 127)
6 Volume (Controller number 7)
Status 2nd byte 3rd byte
BnH 07H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Volume: 00H - 7FH (0 - 127)
7 Channel Pressure
Status 2nd byte
DnH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Channel Pressure: 00H - 7FH (0 - 127)
7 Pitch Bend Change
Status 2nd byte 3rd byte
EnH llH mmH
n = MIDI channel number: 0H - FH (ch.1 - 16)
mm, ll = Pitch Bend value: 00 00H - 40 00H - 7F 7FH (-8192 - 0 - +8191)
9 System Realtime Messages
7 Active Sensing
Status
FEH
* This message is transmitted at intervals of approximately 250 msec.
6 Expression (Controller number 11)
Status 2nd byte 3rd byte
BnH 0BH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Expression: 00H - 7FH (0 - 127)
5
9 System Exclusive Messages
Universal Non-realtime System Exclusive Message and Data Set 1 (DT1) are the only System Exclusive messages transmitted by the AX-Edge.
7 Universal Non-realtime System Exclusive
Message
6 Identity Reply Message
Status Data byte Status
F0H 7EH,7F,06H,02H,41H,52H,03H,00H,00H,00H,01H,00H,01H, F7H
Byte Explanation
F0H Exclusive status
7EH ID number (Universal Non-realtime Message)
dev Device ID (dev: 10H - 1FH)
06H Sub ID#1 (General Information)
02H Sub ID#2 (Identity Reply)
41H ID number (Roland)
52H 03H Device family code
00H 00H Device family number code
00H 01H 00H 01H Software revision level
F7H EOX (End of Exclusive)
7 Data Transmission
6 Data set 1 (DT1)
Status Data byte Status
F0H 41H,dev,00H,00H,77H,12H,aaH,bbH,ccH,ddH,eeH,... ffH,sum, F7H
Byte Explanation
F0H Exclusive status
41H ID number (Roland)
dev Device ID (dev: 00H - 1FH, 7FH)
00H Model ID #1 (AX-Edge)
00H Model ID #2 (AX-Edge)
00H Model ID #3 (AX-Edge)
52H Model ID #4 (AX-Edge)
12H Command ID (DT1)
aaH Address MSB: upper byte of the starting address of the
bbH Address: upper middle byte of the starting address
ccH Address: lower middle byte of the starting address
ddH Address LSB: lower byte of the starting address of the
eeH Data: the actual data to be sent. Multiple bytes
: :
ffH Data
sum Checksum
F7H EOX (End Of Exclusive)
* The amount of data that can be transmitted at one time depends on the
type of data, and data will be transmitted from the specied starting
address and size. Refer to the address and size given in Parameter Address Map.
* Data larger than 256 bytes will be divided into packets of 256 bytes or
less, and each packet will be sent at an interval of about 20 ms.
data to be sent
of the data to be sent
of the data to be sent
data to be sent.
of data are transmitted in order starting from the address.
3. Parameter Address Map
* Transmission of “#” marked address is divided to some packets. For
example, ABH in hexadecimal notation will be divided to 0AH and 0BH, and
is sent/received in this order.
* “<*>” marked address or parameters are ignored when the AX-Edge received
them.
AX-Edge (ModelID = 00H 00H 00 52H) +------------------------------------------------------------------------------+ | Start | | | Address | Description | |-------------+----------------------------------------------------------------| | 00 00 00 00 | System [System] | |-------------+----------------------------------------------------------------| | 01 00 00 00 | Temporary Program [Program] | |-------------+----------------------------------------------------------------| | 01 01 00 00 | Temporary Tone (01) [Tone] | | 01 03 00 00 | Temporary Tone (02) [Tone] | | : | | | 01 09 00 00 | Temporary Tone (05) [Tone] | |-------------+----------------------------------------------------------------| | 02 00 00 00 | Setup [Setup] | |-------------+----------------------------------------------------------------| | 0F 00 00 00 | Editor [Edit] | |-------------+----------------------------------------------------------------| | 10 00 00 00 | User Program (001) [Program] | | 10 01 00 00 | User Program (002) [Program] | | : | | | 12 3F 00 00 | User Program (320) [Program] | |-------------+----------------------------------------------------------------| | 20 00 00 00 | User Tone (001) [Tone] | | 20 02 00 00 | User Tone (002) [Tone] | | : | | | 23 7E 00 00 | User Tone (256) [Tone] | +------------------------------------------------------------------------------+
* [System] +------------------------------------------------------------------------------+ | Offset | | | Address | Description | |-------------+----------------------------------------------------------------| | 00 00 00 | System Common [System Common] | |-------------+----------------------------------------------------------------| | 00 01 00 | System Control [System Control] | |-------------+----------------------------------------------------------------| | 00 02 00 | System Chorus [Chorus] | |-------------+----------------------------------------------------------------| | 00 03 00 | System Reverb [Reverb] | |-------------+----------------------------------------------------------------| | 00 04 00 | Master EQ [Master EQ] | |-------------+----------------------------------------------------------------| | 00 05 00 | Master Comp [Master Comp] | +------------------------------------------------------------------------------+
* [Program] +------------------------------------------------------------------------------+ | Offset | | | Address | Description | |-------------+----------------------------------------------------------------| | 00 00 00 | Program Common [Program Common] | |-------------+----------------------------------------------------------------| | 00 10 00 | Program Tone (01) [Program Tone] | | 00 11 00 | Program Tone (02) [Program Tone] | | : | | | 00 14 00 | Program Tone (05) [Program Tone] | |-------------+----------------------------------------------------------------| | 00 20 00 | Program EQ (01) [Program EQ] | | 00 21 00 | Program EQ (02) [Program EQ] | | : | | | 00 24 00 | Program EQ (05) [Program EQ] | |-------------+----------------------------------------------------------------| | 00 30 00 | Program MFX (01) [MFX] | | 00 32 00 | Program MFX (02) [MFX] | | : | | | 00 37 00 | Program MFX (04) [MFX] | |-------------+----------------------------------------------------------------| | 00 40 00 | Program Zone (01) [Program Zone] | | 00 41 00 | Program Zone (02) [Program Zone] | | : | | | 00 44 00 | Program Zone (05) [Program Zone] | |-------------+----------------------------------------------------------------| | 00 50 00 | Program IFX [MFX] | |-------------+----------------------------------------------------------------| | 00 52 00 | Program Chorus [Chorus] | |-------------+----------------------------------------------------------------| | 00 53 00 | Program Reverb [Reverb] | |-------------+----------------------------------------------------------------| | 00 54 00 | Program Arpeggio [Arpeggio] | |-------------+----------------------------------------------------------------| | 00 55 00 | Program Vocoder [Vocoder] | +------------------------------------------------------------------------------+
* [Tone] +------------------------------------------------------------------------------+ | Offset | | | Address | Description | |-------------+----------------------------------------------------------------| | 00 00 00 | Tone Common [Tone Common] | |-------------+----------------------------------------------------------------| | 00 01 00 | Tone MFX [MFX] | |-------------+----------------------------------------------------------------| | 00 10 00 | Tone PMT [Tone PMT] | |-------------+----------------------------------------------------------------| | 00 20 00 | Tone Partial 1 [Tone Partial] | | 00 21 00 | Tone Partial 2 [Tone Partial] | | : | | | 00 23 00 | Tone Partial 4 [Tone Partial] | |-------------+----------------------------------------------------------------|
6
| 00 24 00 | Partial Pitch Env 1 [Partial Pitch Env] | | 00 25 00 | Partial Pitch Env 2 [Partial Pitch Env] | | : | | | 00 27 00 | Partial Pitch Env 4 [Partial Pitch Env] | |-------------+----------------------------------------------------------------| | 00 28 00 | Partial Filter Env 1 [Partial Filter Env] | | 00 29 00 | Partial Filter Env 2 [Partial Filter Env] | | : | | | 00 2B 00 | Partial Filter Env 4 [Partial Filter Env] | |-------------+----------------------------------------------------------------| | 00 2C 00 | Partial Amp Env 1 [Partial Amp Env] | | 00 2D 00 | Partial Amp Env 2 [Partial Amp Env] | | : | | | 00 2F 00 | Partial Amp Env 4 [Partial Amp Env] | |-------------+----------------------------------------------------------------| | 00 30 00 | Partial LFO 1 [Partial LFO] | | 00 32 00 | Partial LFO 2 [Partial LFO] | | : | | | 00 36 00 | Partial LFO 4 [Partial LFO] | |-------------+----------------------------------------------------------------| | 00 38 00 | Partial EQ 1 [Partial EQ] | | 00 39 00 | Partial EQ 2 [Partial EQ] | | : | | | 00 3B 00 | Partial EQ 4 [Partial EQ] | |-------------+----------------------------------------------------------------| | 00 3C 00 | Synth Common [Tone Synth Common] | |-------------+----------------------------------------------------------------| | 00 3D 00 | Synth PMT [Tone Synth PMT] | |-------------+----------------------------------------------------------------| | 00 3E 00 | Synth Partial 1 [Tone Synth Partial] | | 00 3F 00 | Synth Partial 2 [Tone Synth Partial] | | : | | | 00 41 00 | Synth Partial 4 [Tone Synth Partial] | +------------------------------------------------------------------------------+
* [Setup] +------------------------------------------------------------------------------+ | Offset | | | Address | Description | |-------------+----------------------------------------------------------------| | 00 00 | 0aaa aaaa | Program BS MSB (CC# 0) (0 - 127) | | 00 01 | 0aaa aaaa | Program BS LSB (CC# 32) (0 - 127) | | 00 02 | 0aaa aaaa | Program PC (PC) (0 - 127) | |-------------+----------------------------------------------------------------| | 00 00 00 03 |Total Size | +------------------------------------------------------------------------------+
* [System Common] +------------------------------------------------------------------------------+ | Offset | | | Address | Description | |-------------+----------------------------------------------------------------| |# 00 00 | 0000 aaaa | | | 00 01 | 0000 bbbb | | | 00 02 | 0000 cccc | | | 00 03 | 0000 dddd | Master Tune (24 - 2024) | | | | -1000 - 1000 | | 00 04 | 0aaa aaaa | Master Key Shift (40 - 88) | | | | -24 - 24 | | 00 05 | 0000 000a | ScaleTune Sw (0 - 1) | | | | OFF, ON | | 00 06 | 000a aaaa | Program Control Channel (0 - 16) | | | | 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,OFF | | 00 07 | 0000 aaaa | Basic Channel (0 - 9) | | | | 1 - 10 | | 00 08 | 0000 000a | Remote Keyboard (0 - 1) | | | | OFF, ON | | 00 09 | 0000 000a | Control Source Select (0 - 1) | | | | SYS,PRG | | 00 0A | 0aaa aaaa | System Control Source(1) (0 - 96) | | | | OFF, CC01,CC02,CC03,CC04,CC05,CC06,| | | | CC07,CC08,CC09,CC10,CC11,CC12,CC13,CC14,CC15,CC16,| | | | CC17,CC18,CC19,CC20,CC21,CC22,CC23,CC24,CC25,CC26,| | | | CC27,CC28,CC29,CC30,CC31,CC33,CC34,CC35,CC36,CC37,| | | | CC38,CC39,CC40,CC41,CC42,CC43,CC44,CC45,CC46,CC47,| | | | CC48,CC49,CC50,CC51,CC52,CC53,CC54,CC55,CC56,CC57,| | | | CC58,CC59,CC60,CC61,CC62,CC63,CC64,CC65,CC66,CC67,| | | | CC68,CC69,CC70,CC71,CC72,CC73,CC74,CC75,CC76,CC77,| | | | CC78,CC79,CC80,CC81,CC82,CC83,CC84,CC85,CC86,CC87,| | | | CC88,CC89,CC90,CC91,CC92,CC93,CC94,CC95,BEND,AFT | | 00 0B | 0aaa aaaa | System Control Source(2) (0 - 96) | | | | OFF, CC01,CC02,CC03,CC04,CC05,CC06,| | | | CC07,CC08,CC09,CC10,CC11,CC12,CC13,CC14,CC15,CC16,| | | | CC17,CC18,CC19,CC20,CC21,CC22,CC23,CC24,CC25,CC26,| | | | CC27,CC28,CC29,CC30,CC31,CC33,CC34,CC35,CC36,CC37,| | | | CC38,CC39,CC40,CC41,CC42,CC43,CC44,CC45,CC46,CC47,| | | | CC48,CC49,CC50,CC51,CC52,CC53,CC54,CC55,CC56,CC57,| | | | CC58,CC59,CC60,CC61,CC62,CC63,CC64,CC65,CC66,CC67,| | | | CC68,CC69,CC70,CC71,CC72,CC73,CC74,CC75,CC76,CC77,| | | | CC78,CC79,CC80,CC81,CC82,CC83,CC84,CC85,CC86,CC87,| | | | CC88,CC89,CC90,CC91,CC92,CC93,CC94,CC95,BEND,AFT | | 00 0C | 0aaa aaaa | System Control Source(3) (0 - 96) | | | | OFF, CC01,CC02,CC03,CC04,CC05,CC06,| | | | CC07,CC08,CC09,CC10,CC11,CC12,CC13,CC14,CC15,CC16,| | | | CC17,CC18,CC19,CC20,CC21,CC22,CC23,CC24,CC25,CC26,| | | | CC27,CC28,CC29,CC30,CC31,CC33,CC34,CC35,CC36,CC37,| | | | CC38,CC39,CC40,CC41,CC42,CC43,CC44,CC45,CC46,CC47,| | | | CC48,CC49,CC50,CC51,CC52,CC53,CC54,CC55,CC56,CC57,| | | | CC58,CC59,CC60,CC61,CC62,CC63,CC64,CC65,CC66,CC67,| | | | CC68,CC69,CC70,CC71,CC72,CC73,CC74,CC75,CC76,CC77,| | | | CC78,CC79,CC80,CC81,CC82,CC83,CC84,CC85,CC86,CC87,| | | | CC88,CC89,CC90,CC91,CC92,CC93,CC94,CC95,BEND,AFT | | 00 0D | 0aaa aaaa | System Control Source(4) (0 - 96) | | | | OFF, CC01,CC02,CC03,CC04,CC05,CC06,| | | | CC07,CC08,CC09,CC10,CC11,CC12,CC13,CC14,CC15,CC16,| | | | CC17,CC18,CC19,CC20,CC21,CC22,CC23,CC24,CC25,CC26,| | | | CC27,CC28,CC29,CC30,CC31,CC33,CC34,CC35,CC36,CC37,| | | | CC38,CC39,CC40,CC41,CC42,CC43,CC44,CC45,CC46,CC47,| | | | CC48,CC49,CC50,CC51,CC52,CC53,CC54,CC55,CC56,CC57,| | | | CC58,CC59,CC60,CC61,CC62,CC63,CC64,CC65,CC66,CC67,|
| | | CC68,CC69,CC70,CC71,CC72,CC73,CC74,CC75,CC76,CC77,| | | | CC78,CC79,CC80,CC81,CC82,CC83,CC84,CC85,CC86,CC87,| | | | CC88,CC89,CC90,CC91,CC92,CC93,CC94,CC95,BEND,AFT | |# 00 0E | 0000 aaaa | | | 00 0F | 0000 bbbb | System Tempo (20 - 250) | | | | 20 - 250 | | 00 10 | 0000 000a | Tempo Source (0 - 1) | | | | PRG, SYS | | 00 11 | 0000 000a | Receive Program Change (0 - 1) | | | | OFF, ON | | 00 12 | 0000 000a | Receive Bank Select (0 - 1) | | | | OFF, ON | | 00 13 | 0000 000a | Noise Suppressor Switch (0 - 1) | | | | OFF, ON | | 00 14 | 0aaa aaaa | Noise Suppressor Thershold (0 - 127) | | 00 15 | 0aaa aaaa | Noise Suppressor Release (0 - 127) | |-------------+----------------------------------------------------------------| | 00 00 00 16 |Total Size | +------------------------------------------------------------------------------+
* [System Control] +------------------------------------------------------------------------------+ | Offset | | | Address | Description | |-------------+----------------------------------------------------------------| | 00 00 | 0000 000a | Transmit Program Change (0 - 1) | | | | OFF, ON | | 00 01 | 0000 000a | Transmit Bank Select (0 - 1) | | | | OFF, ON | | 00 02 | 0aaa aaaa | Keyboard Velocity (0 - 127) | | | | REAL,| | | | 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,| | | | 21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,| | | | 38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,| | | | 55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,| | | | 72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,| | | | 89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,| | | | 104,105,106,107,108,109,110,111,112,113,114,115,| | | | 116,117,118,119,120,121,122,123,124,125,126,127 | | 00 03 | 0000 00aa | Keyboard Velocity Curve (0 - 2) | | | | LIGHT,MEDIUM,HEAVY | | 00 04 | 0aaa aaaa | Keyboard Velocity Curve Offset (54 - 73) | | | | -10 - 9 | | 00 05 | 0aaa aaaa | Assignable Button(1) Function (0 - 115) | | | | OFF,MOD:CC01,BRETH:CC02,CC03,FOOT:CC04,PTIME:CC05,| | | | DENT:CC06,VOL:CC07,BAL:CC08,CC09,PAN:CC10,EXP:CC11,| | | | CC12,CC13,CC14,CC15,GEN-1:CC16,GEN-2:CC17,| | | | GEN-3:CC18,GEN-4:CC19,CC20,CC21,CC22,CC23,CC24,| | | | CC25,CC26,CC27,CC28,CC29,CC30,CC31,OFF:CC32,CC33,| | | | CC34,CC35,CC36,CC37,DENT:CC38,CC39,CC40,CC41,CC42,| | | | CC43,CC44,CC45,CC46,CC47,CC48,CC49,CC50,CC51,CC52,| | | | CC53,CC54,CC55,CC56,CC57,CC58,CC59,CC60,CC61,CC62,| | | | CC63,HOLD1:CC64,PORTA:CC65,SOSTE:CC66,SOFT:CC67,| | | | LEGAT:CC68,HOLD2:CC69,CC70,RESO:CC71,RELES:CC72,| | | | ATTAK:CC73,CUTOF:CC74,DECAY:CC75,VRATE:CC76,| | | | VDPTH:CC77,VDLY:CC78,CC79,GEN-5:CC80,GEN-6:CC81,| | | | GEN-7:CC82,GEN-8:CC83,PCTRL:CC84,CC85,CC86,| | | | CC87,CC88,CC89,CC90,REV:CC91,TREM:CC92,CHO:CC93,|
| | |CELST:CC94,PHASR:CC95,AFT,MONO/POLY,PRG DOWN,PRG UP,|
| | | OCT DOWN,OCT UP,TRANS DOWN,TRANS UP,CHO SW,REV SW,| | | | EQ SW,COMP SW,IFX SW,ARP SW,ARP HOLD,VOCODER SW,|
| | | UNISON SW,BEND MODE,START/STOP,TAP TEMPO |
| 00 06 | 0aaa aaaa | Assignable Button(2) Function (0 - 115) | | | | OFF,MOD:CC01,BRETH:CC02,CC03,FOOT:CC04,PTIME:CC05,| | | | DENT:CC06,VOL:CC07,BAL:CC08,CC09,PAN:CC10,EXP:CC11,| | | | CC12,CC13,CC14,CC15,GEN-1:CC16,GEN-2:CC17,| | | | GEN-3:CC18,GEN-4:CC19,CC20,CC21,CC22,CC23,CC24,| | | | CC25,CC26,CC27,CC28,CC29,CC30,CC31,OFF:CC32,CC33,| | | | CC34,CC35,CC36,CC37,DENT:CC38,CC39,CC40,CC41,CC42,| | | | CC43,CC44,CC45,CC46,CC47,CC48,CC49,CC50,CC51,CC52,| | | | CC53,CC54,CC55,CC56,CC57,CC58,CC59,CC60,CC61,CC62,| | | | CC63,HOLD1:CC64,PORTA:CC65,SOSTE:CC66,SOFT:CC67,| | | | LEGAT:CC68,HOLD2:CC69,CC70,RESO:CC71,RELES:CC72,| | | | ATTAK:CC73,CUTOF:CC74,DECAY:CC75,VRATE:CC76,| | | | VDPTH:CC77,VDLY:CC78,CC79,GEN-5:CC80,GEN-6:CC81,| | | | GEN-7:CC82,GEN-8:CC83,PCTRL:CC84,CC85,CC86,| | | | CC87,CC88,CC89,CC90,REV:CC91,TREM:CC92,CHO:CC93,|
| | |CELST:CC94,PHASR:CC95,AFT,MONO/POLY,PRG DOWN,PRG UP,|
| | | OCT DOWN,OCT UP,TRANS DOWN,TRANS UP,CHO SW,REV SW,| | | | EQ SW,COMP SW,IFX SW,ARP SW,ARP HOLD,VOCODER SW,|
| | | UNISON SW,BEND MODE,START/STOP,TAP TEMPO |
| 00 07 | 0aaa aaaa | Assignable Button(3) Function (0 - 115) | | | | OFF,MOD:CC01,BRETH:CC02,CC03,FOOT:CC04,PTIME:CC05,| | | | DENT:CC06,VOL:CC07,BAL:CC08,CC09,PAN:CC10,EXP:CC11,| | | | CC12,CC13,CC14,CC15,GEN-1:CC16,GEN-2:CC17,| | | | GEN-3:CC18,GEN-4:CC19,CC20,CC21,CC22,CC23,CC24,| | | | C25,CC26,CC27,CC28,CC29,CC30,CC31,OFF:CC32,CC33,| | | | CC34,CC35,CC36,CC37,DENT:CC38,CC39,CC40,CC41,CC42,| | | | CC43,CC44,CC45,CC46,CC47,CC48,CC49,CC50,CC51,CC52,| | | | CC53,CC54,CC55,CC56,CC57,CC58,CC59,CC60,CC61,CC62,| | | | CC63,HOLD1:CC64,PORTA:CC65,SOSTE:CC66,SOFT:CC67,| | | | LEGAT:CC68,HOLD2:CC69,CC70,RESO:CC71,RELES:CC72,| | | | ATTAK:CC73,CUTOF:CC74,DECAY:CC75,VRATE:CC76,| | | | VDPTH:CC77,VDLY:CC78,CC79,GEN-5:CC80,GEN-6:CC81,| | | | GEN-7:CC82,GEN-8:CC83,PCTRL:CC84,CC85,CC86,| | | | CC87,CC88,CC89,CC90,REV:CC91,TREM:CC92,CHO:CC93,|
| | |CELST:CC94,PHASR:CC95,AFT,MONO/POLY,PRG DOWN,PRG UP,|
| | | OCT DOWN,OCT UP,TRANS DOWN,TRANS UP,CHO SW,REV SW,| | | | EQ SW,COMP SW,IFX SW,ARP SW,ARP HOLD,VOCODER SW,|
| | | UNISON SW,BEND MODE,START/STOP,TAP TEMPO |
| 00 08 | 0aaa aaaa | Assignable Button(4) Function (0 - 115) | | | | OFF,MOD:CC01,BRETH:CC02,CC03,FOOT:CC04,PTIME:CC05,| | | | DENT:CC06,VOL:CC07,BAL:CC08,CC09,PAN:CC10,EXP:CC11,| | | | CC12,CC13,CC14,CC15,GEN-1:CC16,GEN-2:CC17,| | | | GEN-3:CC18,GEN-4:CC19,CC20,CC21,CC22,CC23,CC24,| | | | CC25,CC26,CC27,CC28,CC29,CC30,CC31,OFF:CC32,CC33,| | | | CC34,CC35,CC36,CC37,DENT:CC38,CC39,CC40,CC41,CC42,| | | | CC43,CC44,CC45,CC46,CC47,CC48,CC49,CC50,CC51,CC52,| | | | CC53,CC54,CC55,CC56,CC57,CC58,CC59,CC60,CC61,CC62,| | | | CC63,HOLD1:CC64,PORTA:CC65,SOSTE:CC66,SOFT:CC67,| | | | LEGAT:CC68,HOLD2:CC69,CC70,RESO:CC71,RELES:CC72,|
7
Loading...
+ 14 hidden pages