Type alias DataTypes

DataTypes: {
    10: PolyphonicAfterTouch;
    11: ControlChange;
    12: NumberValue;
    13: NumberValue;
    14: PitchBend;
    240: SysexValue;
    241: void;
    242: void;
    243: void;
    246: void;
    248: void;
    249: void;
    251: void;
    252: void;
    254: void;
    255: void;
    8: Note;
    9: Note;
}

Associates each MIDI status with the definition of its data bytes.

This type is essentially used internally to infer the data carried by a MIDI message from its status.

Type declaration

  • 10: PolyphonicAfterTouch

    Data definition for a Note Aftertouch message

    See

    • Status.POLYPHONIC_AFTER_TOUCH
    • PitchBend
  • 11: ControlChange

    Data definition for a Control Change message

    See

    • Status.CONTROL_CHANGE
    • ControlChange
  • 12: NumberValue

    Data definition for a Program Change message

    See

    • Status.PROGRAM_CHANGE
    • NumberValue
  • 13: NumberValue

    Data definition for a Channel Aftertouch message

    See

    • Status.CHANNEL_AFTER_TOUCH
    • NumberValue
  • 14: PitchBend

    Data definition for a Pitch Bend message

    See

    • Status.PITCH_BEND
    • PitchBend
  • 240: SysexValue

    Data definition for a System Exclusive message

    See

    • Status.SYSEX
    • SysexValue
  • 241: void

    Data definition for a Midi Time Code message

    See

    Status.MTC

  • 242: void

    Data definition for a Song Position message

    See

    Status.SONG_POSITION

  • 243: void

    Data definition for a Song Select message

    See

    Status.SONG_SELECT

  • 246: void

    Data definition for a Tune Request message

    See

    Status.TUNE_REQUEST

  • 248: void

    Data definition for a Timing Clock message

    See

    Status.TIMING_CLOCK

  • 249: void

    Data definition for a Start message

    See

    Status.START

  • 251: void

    Data definition for a Continue message

    See

    Status.CONTINUE

  • 252: void

    Data definition for a Stop message

    See

    Status.STOP

  • 254: void

    Data definition for an Active Sensing message

    See

    Status.ACTIVE_SENSING

  • 255: void

    Data definition for a System Reset message

    See

    Status.SYSTEM_RESET

  • 8: Note

    Data definition for a Note Off message

    See

    • Status.NOTE_OFF
    • Note
  • 9: Note

    Data definition for a Note On message

    See

    • Status.NOTE_ON
    • Note

Generated using TypeDoc