-
Notifications
You must be signed in to change notification settings - Fork 565
Expand file tree
/
Copy pathiOS-CoreMIDI.ignore
More file actions
18 lines (17 loc) · 1.01 KB
/
iOS-CoreMIDI.ignore
File metadata and controls
18 lines (17 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# old apis that have been ignored, please refer to issue https://github.com/dotnet/macios/issues/4452
!missing-pinvoke! MIDIDeviceCreate is not bound
!missing-pinvoke! MIDIDeviceDispose is not bound
!missing-pinvoke! MIDIDeviceRemoveEntity is not bound
!missing-pinvoke! MIDIEntityAddOrRemoveEndpoints is not bound
!missing-pinvoke! MIDIGetDriverDeviceList is not bound
!missing-pinvoke! MIDIGetDriverIORunLoop is not bound
!missing-pinvoke! MIDISendSysex is not bound
# same as the above, we should bind all of them, these have been added on Xcode 12 beta 2
# https://github.com/dotnet/macios/issues/4452#issuecomment-660220392
!missing-pinvoke! MIDIDestinationCreateWithProtocol is not bound
!missing-pinvoke! MIDIDeviceNewEntity is not bound
!missing-pinvoke! MIDIInputPortCreateWithProtocol is not bound
!missing-pinvoke! MIDISourceCreateWithProtocol is not bound
!missing-pinvoke! MIDIEventPacketSysexBytesForGroup is not bound
!missing-pinvoke! MIDISendUMPSysex is not bound
!missing-pinvoke! MIDISendUMPSysex8 is not bound