Click or drag to resize
SimpleMidiMessage Fields

The SimpleMidiMessage type exposes the following members.

Fields
  NameDescription
Public fieldData
The MIDI data that is supposed to be executed. To perserve compability with the WinMM API, this is stored with the least signifigant byte being the first to be played.
Public fieldTimestamp
The timestramp, in beats since the start of the play, that this SimpleMidiMessage is supposed to be executed.
Top
See Also