MIDI Messages

 

There are many types of MIDI messages that are used for all different purposes.  Because thousands of messages are sent and received every second, recording and playback can be done in real-time.  Listed here are some important MIDI messages.

Note On

        -the channel number (1-16) - the channel on which the data will be broadcast

        -the key number (0-127) - the key that was pressed

        -the key velocity (0-127) - the measurement that is used to determine the dynamics or the note

Note Off

        -the channel number

        -the key number

        -the release velocity - affects the duration of a note's release phase

Polyphonic Key Pressure Messages

        -the channel number (1-16) - the channel on which the data will be broadcast

        -the key number (0-127) - the key that was changed

        -the key velocity (0-127) - the new key pressure value

Pitch-Bend Messages

        -the channel number

        -the pitch bend value

Channel-Pressure Messages

        -the channel number

        -the channel pressure value

-The messages not listed include messages that are common to the entire MIDI system, synchronization messages, and channel mode messages.  For more information click MIDI 1.0 Specification Message Summary.

back