| Declaration | |
|---|---|
| From | OSStatus MIDIDeviceCreate(MIDIDriverRef owner, CFStringRef name, CFStringRef manufacturer, CFStringRef model, MIDIDeviceRef *outDevice) |
| To | OSStatus MIDIDeviceCreate(MIDIDriverRef _Nullable owner, CFStringRef _Nonnull name, CFStringRef _Nonnull manufacturer, CFStringRef _Nonnull model, MIDIDeviceRef * _Nonnull outDevice) |
| Declaration | |
|---|---|
| From | OSStatus MIDIEndpointSetRefCons(MIDIEndpointRef endpt, void *ref1, void *ref2) |
| To | OSStatus MIDIEndpointSetRefCons(MIDIEndpointRef endpt, void * _Nullable ref1, void * _Nullable ref2) |
| Declaration | |
|---|---|
| From | OSStatus MIDIEndpointGetRefCons(MIDIEndpointRef endpt, void **ref1, void **ref2) |
| To | OSStatus MIDIEndpointGetRefCons(MIDIEndpointRef endpt, void * _Nonnull * _Nullable ref1, void * _Nonnull * _Nullable ref2) |
| Declaration | |
|---|---|
| From | CFRunLoopRef MIDIGetDriverIORunLoop(void) |
| To | CFRunLoopRef _Nonnull MIDIGetDriverIORunLoop(void) |
| Declaration | |
|---|---|
| From | MIDIDeviceListRef MIDIGetDriverDeviceList(MIDIDriverRef driver) |
| To | MIDIDeviceListRef MIDIGetDriverDeviceList(MIDIDriverRef _Nonnull driver) |
| Declaration | |
|---|---|
| From | ItemCount MIDIGetNumberOfDevices(void) |
| To | ItemCount MIDIGetNumberOfDevices(void) |
| Declaration | |
|---|---|
| From | ItemCount MIDIGetNumberOfSources(void) |
| To | ItemCount MIDIGetNumberOfSources(void) |
| Declaration | |
|---|---|
| From | ItemCount MIDIGetNumberOfDestinations(void) |
| To | ItemCount MIDIGetNumberOfDestinations(void) |
| Declaration | |
|---|---|
| From | ItemCount MIDIGetNumberOfExternalDevices(void) |
| To | ItemCount MIDIGetNumberOfExternalDevices(void) |
| Declaration | |
|---|---|
| From | OSStatus MIDIRestart(void) |
| To | OSStatus MIDIRestart(void) |