
Namespace | Microsoft.Windows.Devices.Midi2 |
---|---|
Type Name | MidiMessage64 |
Type | WinRT Runtime Class |
Implements | IStringable IMidiUniversalPacket |
IDL | MidiMessage64.idl |
Library | Microsoft.Windows.Devices.Midi2.dll |
MidiMessage64
is used for some data messages and for MIDI 2.0 Channel Voice messages.
Includes all functions and properties in IMidiUniversalPacket
, as well as:
Property | Description |
---|---|
Word0 |
First 32-bit MIDI word |
Word1 |
Second 32-bit MIDI word |
Function | Description |
---|---|
MidiMessage64() |
Default constructor |
MidiMessage64 (timestamp, word0, word1) |
Construct a new message with a timestamp and all 32 bit MIDI words |