Reface yc, Midi data format, Reface data list – Yamaha Reface YC User Manual

Page 15: 1) coverage, 2) compliance, 3) transmit/receive data

Advertising
background image

reface Data List

15

reface YC

reface YC

(1) Coverage

The specifications described herein specify transmission and reception of MIDI data of the reface YC.

(2) Compliance

The specifications described herein comply to the following standards:

• MIDI 1.0

(3) TRANSMIT/RECEIVE DATA

(3-1) CHANNEL VOICE MESSAGES

(3-1-1) NOTE OFF

STATUS

1000nnnn(8nH)

n = 0 - 15 CHANNEL NUMBER

NOTE No.

0kkkkkkk

k = 0 (C-2) - 127 (G8)

VELOCITY

0vvvvvvv

v: ignored

Receive only

(3-1-2) NOTE ON/OFF

STATUS

1001nnnn(9nH)

n = 0 - 15 CHANNEL NUMBER

NOTE NUMBER

0kkkkkkk

k = 0 (C-2) - 127 (G8)

VELOCITY

NOTE ON

0vvvvvvv(v≠0)

NOTE OFF

0vvvvvvv(v=0)

(3-1-3) CONTROL CHANGE

STATUS

1011nnnn(BnH)

n = 0 - 15 CHANNEL NUMBER

CONTROL NUMBER

0ccccccc

CONTROL VALUE

0vvvvvvv

*TRANSMITTED CONTROL NUMBER

c = 11

EXPRESSION

; v = 0 - 127

*RECEIVED CONTROL NUMBER

c = 1

MODULATION

; v = 0 - 127

c = 7

VOLUME

; v = 0 - 127

c = 11

EXPRESSION

; v = 0 - 127

c = 64

SUSTAIN SWITCH

; v = 0 - 127

When MIDI Control Mode is turned on, Control Change numbers are assigned in order that voice parameter

changes made using controllers on the front panel can be controlled via MIDI.

See the following Control Change Table.

(3-1-4) PITCH BEND CHANGE (Receive only)

STATUS

1110nnnn(EnH)

n = 0 - 15 CHANNEL NUMBER

LSB

0vvvvvvv

PITCH BEND CHANGE LSB

MSB

0vvvvvvv

PITCH BEND CHANGE MSB

(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 chan-

nel 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)

SUSTAIN SWITCH

0 (off)

(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 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.

Sets RECEIVE CHANNEL to channel 1.

(3-2-5) OMNI MODE ON (CONTROL NUMBER = 7DH , DATA VALUE = 0)

Performs the same function as when receiving ALL NOTES OFF.

Sets RECEIVE CHANNEL to all.

(3-2-6) MONO (CONTROL NUMBER = 7EH , DATA VALUE = 0..16)

Performs the same function as when receiving ALL SOUNDS OFF.

(3-2-7) POLY (CONTROL NUMBER = 7FH , DATA VALUE = 0)

Performs the same function as when receiving ALL SOUNDS OFF.

(3-3) SYSTEM REAL TIME MESSAGES

(3-3-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 is forcibly turned off.

(3-4) SYSTEM EXCLUSIVE MESSAGE

(3-4-1) UNIVERSAL NON REALTIME MESSAGE

(3-4-1-1) IDENTITY REQUEST (Receive only)

F0H 7EH 0nH 06H 01H F7H

(“n” = Device No. However, this instrument receives under “omni.”)

(3-4-1-2) IDENTITY REPLY (Transmit only)

F0H 7EH 7FH 06H 02H 43H 00H 41H 54H 06H 00H 00H 00H 7FH F7H

(3-4-2) PARAMETER CHANGE

11110000

F0H

Exclusive status

01000011

43H

YAMAHA ID

0001nnnn

1nH

Device Number

01111111

7FH

Group Number High

00011100

1CH

Group Number Low

00000110

06H

Model ID

0aaaaaaa

aaaaaaa

Address High

0aaaaaaa

aaaaaaa

Address Mid

0aaaaaaa

aaaaaaa

Address Low

0ddddddd

ddddddd

Data

l

l

11110111

F7H

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-4-3) BULK DUMP

11110000

F0H

Exclusive status

01000011

43H

YAMAHA ID

0000nnnn

0nH

Device Number

01111111

7FH

Group Number High

00011100

1CH

Group Number Low

0bbbbbbb

bbbbbbb

Byte Count

0bbbbbbb

bbbbbbb

Byte Count

00000110

06H

Model ID

0aaaaaaa

aaaaaaa

Address High

0aaaaaaa

aaaaaaa

Address Mid

0aaaaaaa

aaaaaaa

Address Low

0

0

Data

l

l

0ccccccc

ccccccc

Check-sum

11110111

F7H

End of Exclusive

See the following BULK DUMP Table for Address and Byte Count.

Byte Count shows the size of data in blocks from Model ID onward (up to but not including the checksum).

The Check sum is the value that results in a value of 0 for the lower 7 bits when the Model ID, Start Address,

Data and Check sum itself are added.

(3-4-4) DUMP REQUEST

11110000

F0H

Exclusive status

01000011

43H

YAMAHA ID

0010nnnn

2nH

Device Number

01111111

7FH

Group Number High

00011100

1CH

Group Number Low

00000110

06H

Model ID

0aaaaaaa

aaaaaaa

Address High

0aaaaaaa

aaaaaaa

Address Mid

0aaaaaaa

aaaaaaa

Address Low

11110111

F7H

End of Exclusive

See the following DUMP REQUEST Table for Address and Byte Count.

(3-4-5) PARAMETER REQUEST

11110000

F0H

Exclusive status

01000011

43H

YAMAHA ID

0011nnnn

3nH

Device Number

01111111

7FH

Group Number High

00011100

1CH

Group Number Low

00000110

06H

Model ID

0aaaaaaa

aaaaaaa

Address High

0aaaaaaa

aaaaaaa

Address Mid

0aaaaaaa

aaaaaaa

Address Low

11110111

F7H

End of Exclusive

See the following MIDI Data Table for Address.

MIDI Data Format

Advertising
This manual is related to the following products: