Roland MC-09 Implementation

MC-09 (Phrase Lab)
MIDI Implementation
Symbol Description Range
nMIDI Channel 0H-FH (ch.1-ch.16) vv Control value 00H-7FH (0-127) kk Note Number 00H-7FH (0-127) xx ON/OFF 00H-3FH (0-63:OFF), 40H-7FH (64-127:ON)
General Purpose Controller 3 (Controller number 18)
Status BnH 12H vvH
* The C3 parameter will change.
2nd byte 3rd byte
Portamento (Controller number 65)
Status BnH 41H xxH xx = Control value: 00H - 7FH (0 - 127) 0 - 63 = OFF, 64 - 127 = ON
2nd byte 3rd byte
Date: May 21, 2002 Version: 1.00
1. Data Reception (DSP Synth. Section)
Resonance (Controller number 71)
Channel Voice Messages
Note Off
Status 8nH kkH vvH 9nH kkH 00H vv = Note Off velocity: 00H - 7FH (0 - 127)
Note On
Status 9nH kkH vvH vv = Note On velocity: 01H - 7FH (1 - 127)
2nd byte 3rd byte
2nd byte 3rd byte
Status BnH 47H vvH vv = Resonance value: 00H - 7FH (0 - 127)
* The RESO parameter will change.
Cutoff (Controller number 74)
Status BnH 4AH vvH vv = Cutoff value: 00H - 7FH (0 - 127)
* The CUTOFF parameter will change.
2nd byte 3rd byte
2nd byte 3rd byte
Control Change
Bank Select (Controller number 0, 32)
Status BnH 00H mmH BnH 20H llH mm, ll = Bank number: 00 00H - 7F 7FH (bank.1 - bank.16384)
* Not received when Receive Program Change switch parameter is OFF. * The Patterns corresponding to each Bank Select are as follows.
Bank Select | Program No.| Group Pattern No. MSB | LSB | |
------+------+------------+--------------------------­ 81 | 0 | 001 - 040 | Preset Lead 001 - 040 81 | 1 | 001 - 060 | Preset Bass 001 - 060 81 | 2 | 001 - 100 | Preset Rhythm 001 - 100 81 | 3 | 001 - 030 | Preset Effects 001 - 030 85 | 0 | 001 - 020 | User 001 - 020 86 | 0 | 001 - 050 | Card 001 - 050
Modulation (Controller number 1)
Status BnH 01H vvH
Volume (Controller number 7)
Status BnH 07H vvH
* The Level parameter will change.
Panpot (Controller number 10)
Status BnH 0AH vvH vv = Panpot: 00H - 40H - 7FH (Left - Center - Right)
* The DSP Synth Pan parameter will change.
General Purpose Controller 1 (Controller number 16)
Status BnH 10H vvH
* The C1 parameter will change.
General Purpose Controller 2 (Controller number 17)
Status BnH 11H vvH
* The C2 parameter will change.
2nd byte 3rd byte
2nd byte 3rd byte
2nd byte 3rd byte
2nd byte 3rd byte
2nd byte 3rd byte
2nd byte 3rd byte
General Purpose Controller 8 (Controller number 83)
Status BnH 53H vvH
* The DECAY parameter will change.
2nd byte 3rd byte
Program Change
Status CnH ppH pp = Program number: 00H - 7FH (prog.1 - prog.128)
* Not received when Receive Program Change switch parameter is OFF.
2nd byte
Pitch Bend Change
Status EnH llH mmH mm, ll = Pitch Bend value: 00 00H - 40 00H - 7F 7FH (-8192 - 0 - +8191)
* Not received when Receive Pitch Bend switch parameter is OFF.
2nd byte 3rd byte
Channel Mode Messages
All Sounds Off (Controller number 120)
Status 2nd byte 3rd byte BnH 78H 00H
*When this message is received, all notes currently sounding on the corresponding
channel will be turned off.
Reset All Controllers (Controller number 121)
Status 2nd byte 3rd byte BnH 79H 00H
*When this message is received, the following controllers will be set to their reset values.
Controller Reset value Pitch Bend Change +/-0 (center) Modulation 0 (off)
All Notes Off (Controller number 123)
Status 2nd byte 3rd byte BnH 7BH 00H
*When All Notes Off is received, all notes on the corresponding channel will be turned
off.
Copyright © 2002 ROLAND CORPORATION All rights reserved. No part of this publication may be reproduced in any form without the written permission of ROLAND CORPORATION.
1
MIDI Implementation
OMNI OFF (Controller number 124)
Status BnH 7CH 00H
* The same processing will be carried out as when All Notes Off is received.
2nd byte 3rd byte
OMNI ON (Controller number 125)
Status BnH 7DH 00H
* The same processing will be carried out as when All Notes Off is received. OMNI ON
will not be turned on.
2nd byte 3rd byte
MONO (Controller number 126)
Status BnH 7EH mmH
* The same processing will be carried out as when All Notes Off is received.
2nd byte 3rd byte
POLY (Controller number 127)
Status BnH 7FH 00H
* The same processing will be carried out as when All Notes Off is received.
2nd byte 3rd byte
System Realtime Message
Timing Clock
Status F8H
* This message will be received if the Sync Mode parameter is SLAVE. Settings can be
made to synchronize the LFO rate.
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.
System Exclusive Message
Status
F0H iiH, ddH, ......,eeH F7H
F0H: System Exclusive Message status ii = ID number: an ID number (manufacturer ID) to indicate the manufacturer whose
dd,...,ee = data: 00H - 7FH (0 - 127) F7H: EOX (End Of Exclusive)
Of the System Exclusive messages received by this device, the Data Request (RQ1) messages and the Data Set (DT1) messages will be set automatically.
Data byte Status
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).
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. The model ID of the exclusive messages used by this instrument is 00 4FH.
Status F0H 41H, dev, 00H, 4FH, 11H, aaH, bbH, F7H
Byte Remarks F0H Exclusive status 41H ID number (Roland) dev device ID (dev: 10H - 1FH) 00H model ID #1 (MC-09) 4FH model ID #2 (MC-09) 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)
* For the checksum, refer to (p. 6). * Not received when Receive System Exclusive switch parameter is OFF.
Data Byte Status
ccH, ddH, ssH, ttH, uuH, vvH, sum
Data Set 1 (DT1)
Status F0H 41H, dev, 00H, 4FH, 12H, aaH, bbH, F7H
Byte Explanation F0H Exclusive status 41H ID number (Roland) dev device ID (dev: 10H - 1FH) 00H model ID #1 (MC-09) 4FH model ID #2 (MC-09) 12H Command ID (DT1) aaH Address MSB: upper byte of the starting address of the data to be sent. bbH Address: upper middle byte of the starting address of the data to be sent. ccH Address: lower middle byte of the starting address of the data to be sent. ddH Address LSB: lower byte of the starting address of the data to be sent. eeH Data: the actual data to be sent. Multiple bytes of data are transmitted in
: : ffH Data sum Checksum F7H EOX (End Of Exclusive)
* For the checksum, refer to (p. 6). * Data larger than 128 bytes will be divided into packets of 128 bytes or less, and each
packet will be sent at an interval of about 20 ms.
* Not received when Receive System Exclusive switch parameter is OFF.
Data byte Status
ccH, ddH, eeH, ... ffH, sum
order starting from the address.
2
MIDI Implementation
2. Data Transmission (DSP Synth. Section)
Channel Voice Messages
Note Off
Status 8nH kkH vvH vv = note off velocity: 40H (64)
Note On
Status 2nd byte 3rd byte 9nH kkH vvH vv = note on velocity: 01H - 7FH (1 - 127)
Control Change
Bank Select (Controller number 0, 32)
Status 2nd byte 3rd byte BnH 00H mmH BnH 20H llH mm, ll = Bank number: 00 00H - 7F 7FH (bank.1 - bank.16384)
* Not transmitted when Transmite Program Change switch parameter is OFF. * For the Bank Select that corresponds to each Pattern, refer to section 1.
Volume (Controller number 7)
Status 2nd byte 3rd byte BnH 07H vvH
*When the Level parameter is changed, the corresponding value will be transmitted.
Panpot (Controller number 10)
Status 2nd byte 3rd byte BnH 0AH vvH vv = Panpot: 00H - 40H - 7FH (Left - Center - Right)
*When the DSP Synth Pan parameter is changed, the corresponding value will be
transmitted.
General Purpose Controller 1 (Controller number 16)
Status 2nd byte 3rd byte BnH 10H vvH
*When the C1 parameter is changed, the corresponding value will be transmitted.
General Purpose Controller 2 (Controller number 17)
Status 2nd byte 3rd byte BnH 11H vvH
*When the C2 parameter is changed, the corresponding value will be transmitted.
General Purpose Controller 3 (Controller number 18)
Status 2nd byte 3rd byte BnH 12H vvH
2nd byte 3rd byte
General Purpose Controller 8 (Controller number 83)
Status BnH 53H vvH
*When the DECAY parameter is changed, the corresponding value will be transmitted.
2nd byte 3rd byte
Program Change
Status CnH ppH pp = Program number: 00H - 7FH (prog.1 - prog.128)
*Not transmitted when Transmit Program Change switch parameter is OFF.
2nd byte
System Realtime Messages
Active Sensing
Status FEH
* Transmitted at intervals of approximately 250 ms.
System Exclusive Messages
Data Set 1 (DT1) are the only System Exclusive messages transmitted by the MC-09.
Data Set 1 (DT1)
Status F0H 41H, dev, 00H, 4FH, 12H, aaH, bbH, F7H
Byte Explanation F0H Exclusive status 41H ID number (Roland) dev device ID (dev: 10H - 1FH) 00H model ID #1 (MC-09) 4FH model ID #2 (MC-09) 12H Command ID (DT1) aaH Address MSB: upper byte of the starting address of the data to be sent. bbH Address: upper middle byte of the starting address of the data to be sent. ccH Address: lower middle byte of the starting address of the data to be sent. ddH Address LSB: lower byte of the starting address of the data to be sent. eeH Data: the actual data to be sent. Multiple bytes of data are transmitted in
: : ffH Data sum Checksum F7H EOX (End Of Exclusive)
* For the checksum, refer to (p. 6). * Data larger than 128 bytes will be divided into packets of 128 bytes or less, and each
packet will be sent at an interval of about 20 ms.
Data byte Status
ccH, ddH, eeH, ... ffH, sum
order starting from the address.
3. Data Reception (Sequencer Section)
*When the C3 parameter is changed, the corresponding value will be transmitted.
Resonance (Controller number 71)
Status 2nd byte 3rd byte BnH 47H vvH vv = Resonance value: 00H - 7FH (0 - 127)
*When the RESO parameter is changed, the corresponding value will be transmitted.
Cutoff (Controller number 74)
Status BnH 4AH vvH vv = Cutoff value: 00H - 7FH (0 - 127)
*When the CUTOFF parameter is changed, the corresponding value will be transmitted.
2nd byte 3rd byte
System Realtime Message
Timing Clock
Status F8H
* This message will be received if the Sync Mode parameter is SLAVE.
Start
Status FAH
* This message will be received if the Sync Mode parameter is SLAVE or REMOTE.
Stop
Status FCH
* This message will be received if the Sync Mode parameter is SLAVE or REMOTE.
3
Loading...
+ 4 hidden pages