MIDI

MIDI Devices

The Physical MIDI Specification


A schematic of a MIDI (IN and OUT) interface (from http://www.borg.com/~jglatt/).

MIDI Messages

Message TypeStatus Byte (Hex)Message NameData BytesData Byte 1Data Byte 2
Channel0x8cNote Off2Note NumberNote Velocity
0x9cNote On2Note NumberNote Velocity
0xAcAftertouch2Note Number Key Pressure Value
0xBcControl Change2Controller NumberControl Value
0xCcProgram Change1Program Number
0xDcChannel Pressure1Pressure Value (greatest of all depressed keys)
0xEcPitch Bend2Value LSBValue MSB
System Exclusive0xF0System ExclusivenVendor IDanything
System Common0xF1Time Code Qtr Frame1Time Code Value
0xF2Song Position2Position LSBPosition MSB
0xF3Song Select1Song Number
0xF4Undefined0
0xF5Undefined0
0xF6Tune Request0
0xF7End of Sysex0
System Real Time0xF8Timing Tick0
0xF9Undefined0
0xFAStart Song0
0xFBContinue Song0
0xFCStop Song0
0xFDUndefined0
0xFEActive Sensing0
0xFFSystem Reset0

MIDI Channel Messages

MIDI System Messages

Control Change Messages

General MIDI

MIDI: Pros and Cons

McGill ©2003-2020 McGill University. All Rights Reserved.
Maintained by Gary P. Scavone.