MIDISendUMPSysex(_:)
Asynchronously sends a single universal MIDI packet (UMP) system-exclusive (SysEx) event.
Declaration
func MIDISendUMPSysex(_ umpRequest: UnsafeMutablePointer<MIDISysexSendRequestUMP>) -> OSStatusParameters
- umpRequest:
Contains the destination and a pointer to the MIDI data to send.
Return Value
An OSStatus result code.
Discussion
The request’s words needs to point to a single MIDI SysEx message, or portion thereof.