ISKernel:midiinevent (Object Type)

From Lavish Software Wiki
Jump to navigation Jump to search

Description

Object Type Vitals
midiinevent
Defined By Inner Space
Inherits none
Reduces To midiinevent
Variable Object Type none
Uses Sub-Types no
C/C++ Type

Members

  • emidimessage Message: The Windows MIDI message: Open, Close, Data, LongData, Error, LongError
  • uint Byte1: Byte 1 of Data
  • uint Byte2: Byte 2 of Data
  • uint Status: This is generally a combination of StatusCode and Channel (rather, they are derived from this value)
  • uint Channel: For Channel-based Status Codes (all but System), this is the MIDI channel number
  • uint Value: This is a combination of Status, Byte1 and Byte2 (rather, they are derived from this value)
  • emidistatuscode StatusCode: The MIDI Status Code: NoteOff, NoteOn, PolyphonicAftertouch, Control, Program, ChannelAftertouch, Pitch, System
  • midiindevice Device: The midiindevice that produced the event
  • uint Timestamp: The MIDI timestamp from the event. This is the length of time since the midiindevice was Started or Reset


Methods

none


See Also