NOW LOADING

MidiMessage128


Represents a four-word (128-bit) UMP message
Namespace Microsoft.Windows.Devices.Midi2
Type Name MidiMessage128
Type WinRT Runtime Class
Implements IStringable  IMidiUniversalPacket 
IDL MidiMessage128.idl
Library Microsoft.Windows.Devices.Midi2.dll

MidiMessage128 is used for some data messages as well as important “Type F” stream metadata messages.

Properties and Methods

Includes all functions and properties in IMidiUniversalPacket, as well as:

Property Description
Word0 First 32-bit MIDI word
Word1 Second 32-bit MIDI word
Word2 Third 32-bit MIDI word
Word3 Fourth 32-bit MIDI word
Function Description
MidiMessage128() Default constructor
MidiMessage128 (timestamp, word0, word1, word2, word3) Construct a new message with a timestamp and all 32 bit MIDI words

Didn't find what you were looking for?

Windows MIDI Services is an open source project with all source available on GitHub. We have a great community on Discord as well. Between GitHub and Discord, you should find the information you are looking for.