NOW LOADING

App SDK System Exclusive Transfer Utilities


Namespace with types for sending System Exclusive data to an endpoint
Windows.Devices.Midi2.Utilities.SysExTransfer

Transferring System Exclusive (SysEx) data, such as a patch dump or a firmware update, is a common MIDI operation. Because the data is often much larger than a single message, and because devices frequently need time to process what they receive, the transfer has to be broken up into individual messages and paced so the receiving device is not overwhelmed.

The types in this namespace handle that work for you: reading the source data, converting it into UMP messages, sending it through an open MidiEndpointConnection, and reporting progress as the transfer proceeds.

Types in this namespace

Click or tap the type name to view more details.

Type Description
MidiSystemExclusiveSendProgress Progress information reported during a System Exclusive data transfer
MidiSystemExclusiveSender Static class for sending System Exclusive data to an endpoint

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.