MS20 Mini MIDIimp

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

MS-20 mini MIDI Implementation Revision 1.0 (2012.10.

25)

1.TRANSMITTED DATA

1-1 CHANNEL MESSAGES [H]:Hex, [D]:Decimal


+--------+---------+-------------+-------------------------------------------+
| Status | Second | Third | Description (Transmitted by ) |
| [Hex] | [H] [D] | [H] [D] | |
+--------+---------+-------------+-------------------------------------------+
| 80 | kk (kk) | 40 (64) | Note Off *1|
| 90 | kk (kk) | 40 (64) | Note On *1|
+--------+---------+-------------+-------------------------------------------+
*1 : kk = 48 ~ 84 (37Keys)

2.RECOGNIZED RECEIVE DATA

2-1 CHANNEL MESSAGES


+--------+---------+-------------+--------------------------------------+
| Status | Second | Third | Description |
| [Hex] | [H] [D] | [H] [D] | |
+--------+---------+-------------+--------------------------------------+
| 80 | kk (kk) | vv (vv) | Note Off vv=0~127 |
| 90 | kk (kk) | 00 (00) | Note Off |
| 90 | kk (kk) | vv (vv) | Note On vv=1~127 |
| B0 | 78(120) | xx (xx) | All Sound Off |
| B0 | 7B(123) | xx (xx) | All Note Off |
| B0 | 7C(124) | xx (xx) | Omni Mode Off (All Note OFF) |
| B0 | 7D(125) | xx (xx) | Omni Mode On (All Note OFF) |
| B0 | 7E(126) | xx (xx) | Mono Mode On (All Note OFF) |
| B0 | 7F(127) | xx (xx) | Poly Mode On (All Note OFF) |
+--------+---------+-------------+--------------------------------------+

vv : Value

2-2 SYSTEM REALTIME MESSAGES


+-----------+----------------------------------------------+
| Status[H] | Description |
+-----------+----------------------------------------------+
| FE | Active Sensing |
+-----------+----------------------------------------------+

You might also like