MIDI Event Values

MIDI events can be composed of different values.

These values have different meanings for different event types:

Note
  • Value 1

    The note number/pitch.

  • Value 2

    The note velocity.

  • Value 3

    The note-off velocity.

Poly Pressure
  • Value 1

    The key that was pressed.

  • Value 2

    The amount of pressure for the key.

Controller
  • Value 1

    The type of controller, displayed as a number.

  • Value 2

    The MIDI controller value.

Program Change
  • Value 1

    The program change number.

  • Value 2

    Not used.

Aftertouch
  • Value 1

    The amount of pressure.

  • Value 2

    Not used.

Pitchbend
  • Value 1

    The tuning of the bend. Not always used.

  • Value 2

    The coarse amount of bend.

Note

SysEx (System Exclusive) events do not use Value 1 and Value 2.