DN-700C/DN-501C
MIDI Command Guide
15
Command
Category
Code
Command
Example
Example Command Code * Red points are variable
Remark
[PRG INS ] 5 11
Insert current track to
program #0001
0xF0,0x00,0x40,0x03,0x11,0x01,0x00,0x05,0x0B,0x04,0x30,0x30,0x30,0x31,0x45,0x37,0xF7 * 1
[PRG INS]
5 12
Insert track #1 to
Program #0001
0xF0,0x00,0x40,0x03,0x11,0x01,0x00,0x05,0x0C,0x08,0x30,0x30,0x30,0x31,0x30,0x30,0x30,0x31,
0x41,0x44,0xF7
* 2
[PRG RMV] 5 13
Remove program
#0001
0xF0,0x00,0x40,0x03,0x11,0x01,0x00,0x05,0x0D,0x04,0x30,0x30,0x30,0x31,0x45,0x39,0xF7 * 1
[SET CUR FDR] 5 17
Set Current folder
USB:¥¥MPGLANG1
0xF0,0x00,0x40,0x03,0x11,0x01,0x00,0x05,0x11,0x1C,0x35,0x35,0x35,0x33,0x34,0x32,0x33,0x41,
0x35,0x43,0x35,0x43,0x34,0x44,0x35,0x30,0x34,0x37,0x34,0x43,0x34,0x31,0x34,0x45,0x34,0x37,
0x33,0x31,0x34,0x43,0xF7
* 3
[SET CUR FDR FWD] 5 18 0xF0,0x00,0x40,0x03,0x11,0x01,0x00,0x05,0x12,0x00,0x32,0x39,0xF7
[SET CUR FDR REV] 5 19 0xF0,0x00,0x40,0x03,0x11,0x01,0x00,0x05,0x13,0x00,0x32,0x41,0xF7
[SET CUR FIL] 5 20 0001 0xF0,0x00,0x40,0x03,0x11,0x01,0x00,0x05,0x14,0x04,0x30,0x30,0x30,0x31,0x46,0x30,0xF7 * 1
[PITCH SW XXX] 5 21 Pitch On 0xF0,0x00,0x40,0x03,0x11,0x01,0x00,0x05,0x15,0x01,0x01,0x32,0x45,0xF7
Pitch Off 0xF0,0x00,0x40,0x03,0x11,0x01,0x00,0x05,0x15,0x01,0x00,0x32,0x44,0xF7
[PITCH VAL ] 5 22 Pitch +12.3%
0xF0,0x00,0x40,0x03,0x11,0x01,0x00,0x05,0x16,0x06,0x00,0x30,0x31,0x32,0x33,0x30,0x32,0x39,
0xF7
* 4
Pitch -12.3%
0xF0,0x00,0x40,0x03,0x11,0x01,0x00,0x05,0x16,0x06,0x01,0x30,0x31,0x32,0x33,0x30,0x32,0x41,
0xF7
Pitch 0.0%
0xF0,0x00,0x40,0x03,0x11,0x01,0x00,0x05,0x16,0x06,0x00,0x30,0x30,0x30,0x30,0x30,0x32,0x33,
0xF7
[KEY SW] 5 25 Master Key On 0xF0,0x00,0x40,0x03,0x11,0x01,0x00,0x05,0x19,0x01,0x01,0x33,0x32,0xF7
Master Key Off 0xF0,0x00,0x40,0x03,0x11,0x01,0x00,0x05,0x19,0x01,0x00,0x33,0x31,0xF7
[PITCH UP LOW] 5 27 0xF0,0x00,0x40,0x03,0x11,0x01,0x00,0x05,0x1B,0x00,0x33,0x32,0xF7
[PITCH UP MID] 5 28 0xF0,0x00,0x40,0x03,0x11,0x01,0x00,0x05,0x1C,0x00,0x33,0x33,0xF7
[PITCH UP HI] 5 29 0xF0,0x00,0x40,0x03,0x11,0x01,0x00,0x05,0x1D,0x00,0x33,0x34,0xF7
[PITCH DN LOW] 5 30 0xF0,0x00,0x40,0x03,0x11,0x01,0x00,0x05,0x1E,0x00,0x33,0x35,0xF7
[PITCH DN MID] 5 31 0xF0,0x00,0x40,0x03,0x11,0x01,0x00,0x05,0x1F,0x00,0x33,0x36,0xF7
[PITCH DN HI] 5 32 0xF0,0x00,0x40,0x03,0x11,0x01,0x00,0x05,0x20,0x00,0x33,0x37,0xF7
* 1 The parameter and checksum (written in red) are variable. The first 4 bytes are the insert position (“0000” to “0099” in ASCII).
* 2 The parameter and checksum (written in red) are variable. The first 4 bytes are the insert position ( “0000” to “0099” in ASCII). The file number (“0000” to “2000” in ASCII) follows it.
* 3 The parameter and checksum (written in red) are variable. The file name format is referred to File Operation.
* 4 The parameter and checksum (written in red) are variable. The parameter should be as below:
Byte 1: 0:Plus / 1:Minus Byte 2 to Byte 5: 10 times the value of the pitch in ASCII (e.g., "+1.23" is "0x00,0x31,0x32,0x33").