xmidi.com
 

MIDISend

Abstract: Send MIDI to a destination.

extern OSStatus MIDISend( MIDIPortRef port, 
 MIDIEndpointRef dest, 
 const MIDIPacketList * pktlist );

Events with future timestamps are scheduled for future delivery. The system performs any needed MIDI merging.

Parameters

NameDescription
portThe output port through which the MIDI is to be sent.
destThe destination to receive the events.
pktlistThe MIDI events to be sent.
Result: An OSStatus result code.
{  Search xmidi.com:     }


[ home | docs | apps | links ]