Skip to main content

MIDIInputPortCreate

Function MIDIInputPortCreate 

Source
pub unsafe extern "C" fn MIDIInputPortCreate(
    client: MIDIClientRef,
    portName: CFStringRef,
    readProc: MIDIReadProc,
    refCon: *mut c_void,
    outPort: *mut MIDIPortRef,
) -> OSStatus