NOW LOADING

MidiSystemExclusive8Status


Indicates the type of System Exclusive 8-bit message
Namespace Microsoft.Windows.Devices.Midi2.Messages
Type Name MidiSystemExclusive8Status
Type WinRT Enumeration (a 32-bit unsigned or signed integer)
IDL MidiSystemExclusive8StatusEnum.idl
Library Microsoft.Windows.Devices.Midi2.dll

Used to indicate the type of System Exclusive 8 Universal MIDI Packet (UMP) as per the MIDI 2.0 UMP specification.

Properties

Property Value Description
CompleteMessageInSingleMessagePacket 0x0 The entire SysEx message is in this one packet
StartMessagePacket 0x1 Start of a multi-message SysEx stream that consists of at least 2 messages
ContinueMessagePacket 0x2 Continue a multi-message SysEx stream that consists of at least 3 messages
EndMessagePacket 0x3 Complete a multi-message SysEx stream

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.