288 midi implementation, Channel voice messages, Data transmission – Roland XV-5080. User Manual

Page 288: Control change

Advertising
background image

288

MIDI Implementation

7EH

ID number (Universal Non-realtime Message)

dev

Device ID (dev: 00H - 1FH (1 - 32), the initial value is 10H (17).)

7CH

ID number (Wait)

ppH

Packet number

F7H

EOX (End Of Exclusive)

Data Transmission

This instrument can use exclusive messages to exchange many varieties of internal settings
with other devices.
he model ID of the exclusive messages used by this instrument is 00H 10H.

Data Request 1RQ1 (11H)

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, 10H, 11H, aaH, bbH, ccH, ddH, ssH,

F7H

ttH, uuH, vvH, sum

Byte

Remarks

F0H

Exclusive status

41H

ID number (Roland)

dev

device ID (dev: 10H - 1FH, 7FH)

00H

model ID #1 (XV-5080)

10H

model ID #2 (XV-5080)

11H

commandID (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 fixed for each type of data. And
data requests must be made with a fixed starting address and size. Refer to the address
and size given in "Parameter Address Map (p. 290)".

*

For the checksum, refer to

Example of an Exclusive message and calculating a

checksum

(p. 303).

*

Not received when the Receive Exclusive parameter (SYSTEM/COMMON) is OFF.

Data set 1DT1 (12H)

Status

Data byte

Status

F0H

41H, dev, 00H, 10H, 12H, aaH, bbH, ccH, ddH,

F7H

eeH, ... ffH, sum

Byte

Explanation

F0H

Exclusive status

41H

ID number (Roland)

dev

Device ID (dev: 00H - 1FH, Initial value is 10H)

00H

Model ID #1 (XV-5080)

10H

Model ID #2 (XV-5080)

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 order starting from the address.

:

:

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 specified starting address and size. Refer to the
Address and Size given in Section 3, "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.

*

Not received when the Receive Exclusive parameter (SYSTEM/COMMON) is OFF.

Status

Data byte

Status

F0H

41H, dev, 42H, 12H, aaH, bbH, ccH, ddH, ... eeH, sum

F7H

Byte

Explanation

F0H

Exclusive status

41H

ID number (Roland)

dev

Device ID (dev: 10H)

42H

Model ID

(GS)

12H

Command ID

(DT1)

aaH

Address

MSB:

upper byte of the starting address of the

transmitted data
bbH

Address:

middle byte of the starting address of the

transmitted data
ccH

Address

LSB:

lower byte of the starting address of the

transmitted data
ddH

Data:

the actual data to be transmitted. Multiple bytes

of data are transmitted starting from the address.

:

:

eeH

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 specified starting address and size. Refer to the
Address and Size given in Section 3, "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 p. 303 .

*

Not received when the Receive Exclusive parameter (SYSTEM/COMMON) is OFF.

2. Data transmission (sound source

section)

Channel Voice Messages

When execute the GM Data Transfer, the following Program Change and Control Change
will transmit.

Control Change

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 nunber:00 00H - 7F 7FH (bank.1 - bank.16384)

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)

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 specified by RPN/NRPN
mm = MSB, ll = LSB

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)

Advertising