xmidi.com
 

MIDIReceived

Abstract: Distribute MIDI from a source to the client input ports which are connected to that source.

extern OSStatus MIDIReceived( MIDIEndpointRef src, 
 const MIDIPacketList * pktlist );

Drivers should call this function when receiving MIDI from a source.

Clients which have created virtual sources, using MIDISourceCreate, should call this function when the source is generating MIDI.

Parameters

NameDescription
srcThe source which is transmitting MIDI.
pktlistThe MIDI events to be transmitted.
Result: An OSStatus result code.
{  Search xmidi.com:     }


[ home | docs | apps | links ]