MIDIClientCreateAbstract: Create a MIDIClient object.extern OSStatus MIDIClientCreate( CFStringRef name, MIDINotifyProc notifyProc, void * notifyRefCon, MIDIClientRef * outClient ); All clients must be created and disposed on the same thread.
ParametersResult: An OSStatus result code. | |||||||||||