MIDIInputPortCreateAbstract: Create an input port through which the client may receive incoming MIDI messages from any MIDI source.extern OSStatus MIDIInputPortCreate( MIDIClientRef client, CFStringRef portName, MIDIReadProc readProc, void * refCon, MIDIPortRef * outPort ); After creating a port, use MIDIPortConnectSource to establish
an input connection from any number of sources to your port.
ParametersResult: An OSStatus result code. |