MIDI Implementation
2. Transmitted data (Media Player Section)
2.1Transmitted messages while a phrase is being played back
The stored MIDI message are transmitted When the MIDI phrase will playback after OUT is
set in the MIDI OUT.
In this case,
2.2 Transmitted message which are received.
When THRU is set in the MIDI OUT,
2.3 Transmitted message which are produced.
When OUT is set in the MIDI OUT,
messages.
■Channel Voice Message
● Note Off
Status | Second | Third |
8nH | kkH | 40H |
n = MIDI Channel No.: 0H | FH | |
kk = Note No.: | 7FH | 127) |
*After the MIDI Phrase is stopped,
*When Note On is sent at the start of an audio performance, the same note number as that of the Note On is transmitted. For more information about sending notes, refer to the Note On section below.
●Note ON
Status | Second | Third | |
9nH | kkH |
| 7FH |
n = MIDI Channel No.: | FH | ch.16) | |
kk = Note No.: | 7FH | 127) |
|
*At the start of the audio phrase performance, the note number defined in the MIDI note map is sent.In this instance, if multiple note numbers are selected in the phrase, only the lowest note number is transmitted.
*There is no transmission when the Note Send setting is set to "OFF" (Note Send settings are available only with the
*Data is not output if the MIDI Receive channel setting is "OFF." When set to
*There is no transmission during playback of MIDI phrases.
●Control Change
❍Hold1 OFF
Status | Second | Third |
BnH | 40H | 00H |
n = MIDI Channel No.: | ch.16) |
**After the MIDI Phrase is stopped,
■Channel Mode Message
●All Note Off (Controller No. 1 2 3)
Status | Second | Third |
BnH | 7BH | 00H |
n = MIDI channel No.: | ch.16) |
*Transmitted message while a phrase is being played back.
2.4 Recognized message for sync
■System Realtime Message
● Timing Clock
status
F8H
*Transmitted message while a phrase is being played back.
●Start
status
FAH
●Stop
status
FCH
■System Common Message
● Quarter Frame
*This is transmitted when Sync Out is set to "MTC." The time count transmitted is the time with the start of the song set to "00h00m00s00f00" with the "MTC Offset" and the "Delay Time" added.
*MIDI phrases and pattern phrases are not transmitted when Dual Mono mode is selected.
status | second |
F1H | mmH (= 0nnndddd) |
Regarding the Quarter Frame, please refer to "Receive data (Media Player Section) ~Quarter Frame~".
■System Exclusive Message
● MIDI Time Code
❍Full Message
*This is transmitted when Sync Out is set to "MTC" and the location of the phrase is moved. The time count transmitted is the time with the start of the song set to "00h00m00s00f00," and the "MTC Offset" and the "Delay Time" added.
*MIDI phrases and pattern phrases are not transmitted when Dual Mono mode is selected.
Status | Data Bytes | Status |
F0H | 7FH, dev, 01H, 01H | F7H |
| hrH, mnH, scH, frH |
|
Regarding the MIDI Time Code, please refer to "Receive data (Media Player Section) ~MIDI Time Code~".
●MIDI Machine Control (MMC)
*Data is transmitted when MMC mode is set to "MASTER."
❍ STOP (MCS)
Status | Data Bytes | Status |
F0H | 7FH, dev, 06H, 01H | F7H |
Byte | Description |
|
F0H | Status of System Exclusive Message | |
7FH | Universal System Exclusive Message Real time Header | |
dev | device ID |
|
06H | MMC Command Message |
|
01H | STOP (MCS) |
|
F7H | EOX (End of System Exclusive Message) |
*When "STOP" is pressed, a Device ID of 7FH is transmitted.
❍ DEFERRED PLAY (MCS)
Status | Data Bytes | Status |
F0H | 7FH, dev, 06H, 01H | F7H |
Byte | Description |
|
F0H | Status of System Exclusive Message | |
7FH | Universal System Exclusive Message Real time Header | |
dev | device ID (or 7FH) |
|
06H | MMC Command Message |
|
03H | DEFERRED PLAY (MCS) |
|
F7H | EOX (End of System Exclusive Message) |
*When "START" is pressed, a Device ID of 7FH is transmitted.
❍ RECORD STROBE (MCS)
Status | Data Bytes | Status |
F0H 7FH, dev, 06H, 07H | F7H | |
Byte | Description |
|
F0H Status of System Exclusive Message |
| |
7FH | Universal System Exclusive Message Real time Header | |
7FH | device ID (or 7FH) |
|
06H | MMC Command Message |
|
06H | RECORD STROBE (MCS) |
|
F7H | EOX (End of System Exclusive Message) |
*When recording of a phrase begins, a Device ID of 7FH is transmitted.
❍ RECORD EXIT (MCS)
Status | Data Bytes | Status |
F0H | 7FH, dev, 06H, 07H | F7H |
Byte | Description |
|
F0H | Status of System Exclusive Message | |
7FH | Universal System Exclusive Message Real time Header | |
dev | device ID |
|
06H | MMC Command Message |
|
07H | RECORD EXIT |
|
F7H | EOX (End of System Exclusive Message) |
*When recording of a phrase is stopped, a Device ID of 7FH is transmitted
60