xmidi.com
 

MIDISendSysex

Abstract: Send a single system-exclusive event, asynchronously.

extern OSStatus MIDISendSysex( MIDISysexSendRequest *request );

request->data must point to a single MIDI system-exclusive message, or portion thereof.

Parameters

NameDescription
requestContains the destination, and the MIDI data to be sent.
Result: An OSStatus result code.
{  Search xmidi.com:     }


[ home | docs | apps | links ]