xamarin / xamarin-macios

.NET for iOS, Mac Catalyst, macOS, and tvOS provide open-source bindings of the Apple SDKs for use with .NET managed languages such as C#
Other
2.44k stars 507 forks source link

Old CoreMIDI APIs are missing #4452

Open mandel-macaque opened 6 years ago

mandel-macaque commented 6 years ago

The following CoreMIDI APIs ere not reported as not bound on Mac OS X. A new change in xtro reports them but we should consider if binding them needs to be done, since some of them are quite low level:

mandel-macaque commented 4 years ago

New ones that have been added in Xcode 12 beta 2:

spouliot commented 3 years ago

@mandel-macaque some of the newer API should have been bound in xcode12 since they are replacing API that are deprecated - and for which we already have bindings. That does not seem it was the goal of the original issue too...

mandel-macaque commented 3 years ago

Will add those to xcode12.2

tj-devel709 commented 1 year ago

Xcode13.3 introduced MIDIEventListForEachEvent that is also low level and cannot be tested without a device so we will not bind for the time being.