-
Notifications
You must be signed in to change notification settings - Fork 555
[CoreMidi] Xcode 10 beta 3 update. #4453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
mandel-macaque
merged 2 commits into
dotnet:xcode10
from
mandel-macaque:coremidi-xcode10
Jul 18, 2018
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| using System; | ||
| using System.Diagnostics; | ||
| using System.Runtime.InteropServices; | ||
| using ObjCRuntime; | ||
| using CoreFoundation; | ||
| using Foundation; | ||
|
|
||
| namespace CoreMidi { | ||
|
|
||
| [NoWatch, NoTV, Mac (10,14, onlyOn64: true), iOS (12,0)] | ||
| [StructLayout (LayoutKind.Sequential)] | ||
| public struct MidiCIDeviceIdentification { | ||
| public byte[] Manufacturer; | ||
| public byte[] Family; | ||
| public byte[] ModelNumber; | ||
| public byte[] RevisionLevel; | ||
| public byte[] Reserved; | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,86 @@ | ||
| # Fixed in XAMCORE_4_0 | ||
| !unknown-native-enum! MidiNetworkConnectionPolicy bound | ||
|
|
||
| # added in MidiServices.cs | ||
| !missing-field! kMIDIPropertyAdvanceScheduleTimeMuSec not bound | ||
| !missing-field! kMIDIPropertyCanRoute not bound | ||
| !missing-field! kMIDIPropertyConnectionUniqueID not bound | ||
| !missing-field! kMIDIPropertyDeviceID not bound | ||
| !missing-field! kMIDIPropertyDisplayName not bound | ||
| !missing-field! kMIDIPropertyDriverDeviceEditorApp not bound | ||
| !missing-field! kMIDIPropertyDriverOwner not bound | ||
| !missing-field! kMIDIPropertyDriverVersion not bound | ||
| !missing-field! kMIDIPropertyImage not bound | ||
| !missing-field! kMIDIPropertyIsBroadcast not bound | ||
| !missing-field! kMIDIPropertyIsDrumMachine not bound | ||
| !missing-field! kMIDIPropertyIsEffectUnit not bound | ||
| !missing-field! kMIDIPropertyIsEmbeddedEntity not bound | ||
| !missing-field! kMIDIPropertyIsMixer not bound | ||
| !missing-field! kMIDIPropertyIsSampler not bound | ||
| !missing-field! kMIDIPropertyManufacturer not bound | ||
| !missing-field! kMIDIPropertyMaxReceiveChannels not bound | ||
| !missing-field! kMIDIPropertyMaxSysExSpeed not bound | ||
| !missing-field! kMIDIPropertyMaxTransmitChannels not bound | ||
| !missing-field! kMIDIPropertyModel not bound | ||
| !missing-field! kMIDIPropertyName not bound | ||
| !missing-field! kMIDIPropertyNameConfiguration not bound | ||
| !missing-field! kMIDIPropertyOffline not bound | ||
| !missing-field! kMIDIPropertyPanDisruptsStereo not bound | ||
| !missing-field! kMIDIPropertyPrivate not bound | ||
| !missing-field! kMIDIPropertyReceiveChannels not bound | ||
| !missing-field! kMIDIPropertyReceivesBankSelectLSB not bound | ||
| !missing-field! kMIDIPropertyReceivesBankSelectMSB not bound | ||
| !missing-field! kMIDIPropertyReceivesClock not bound | ||
| !missing-field! kMIDIPropertyReceivesMTC not bound | ||
| !missing-field! kMIDIPropertyReceivesNotes not bound | ||
| !missing-field! kMIDIPropertyReceivesProgramChanges not bound | ||
| !missing-field! kMIDIPropertySingleRealtimeEntity not bound | ||
| !missing-field! kMIDIPropertySupportsGeneralMIDI not bound | ||
| !missing-field! kMIDIPropertySupportsMMC not bound | ||
| !missing-field! kMIDIPropertySupportsShowControl not bound | ||
| !missing-field! kMIDIPropertyTransmitChannels not bound | ||
| !missing-field! kMIDIPropertyTransmitsBankSelectLSB not bound | ||
| !missing-field! kMIDIPropertyTransmitsBankSelectMSB not bound | ||
| !missing-field! kMIDIPropertyTransmitsClock not bound | ||
| !missing-field! kMIDIPropertyTransmitsMTC not bound | ||
| !missing-field! kMIDIPropertyTransmitsNotes not bound | ||
| !missing-field! kMIDIPropertyTransmitsProgramChanges not bound | ||
| !missing-field! kMIDIPropertyUniqueID not bound | ||
| !missing-field! kMIDIDriverPropertyUsesSerial not bound | ||
| !missing-field! kMIDIPropertyFactoryPatchNameFile not bound | ||
| !missing-field! kMIDIPropertyUserPatchNameFile not bound | ||
|
|
||
| # deprecated pinvokes and not binded. | ||
| !missing-pinvoke! MIDISetupToData is not bound | ||
| !missing-pinvoke! MIDISetupInstall is not bound | ||
| !missing-pinvoke! MIDISetupGetCurrent is not bound | ||
| !missing-pinvoke! MIDISetupFromData is not bound | ||
| !missing-pinvoke! MIDISetupDispose is not bound | ||
| !missing-pinvoke! MIDISetupCreate is not bound | ||
| !missing-pinvoke! MIDISetSerialPortOwner is not bound | ||
| !missing-pinvoke! MIDIGetSerialPortOwner is not bound | ||
| !missing-pinvoke! MIDIGetSerialPortDrivers is not bound | ||
|
|
||
| # not known use | ||
| !missing-pinvoke! MIDIEndpointGetRefCons is not bound | ||
| !missing-pinvoke! MIDIEndpointSetRefCons is not bound | ||
|
|
||
| # old apis that have been ignored, please refer to issue https://github.com/xamarin/xamarin-macios/issues/4452 | ||
| !missing-pinvoke! MIDIClientCreateWithBlock is not bound | ||
| !missing-pinvoke! MIDIDestinationCreateWithBlock is not bound | ||
| !missing-pinvoke! MIDIDeviceCreate is not bound | ||
| !missing-pinvoke! MIDIDeviceDispose is not bound | ||
| !missing-pinvoke! MIDIDeviceRemoveEntity is not bound | ||
| !missing-pinvoke! MIDIDriverEnableMonitoring is not bound | ||
| !missing-pinvoke! MIDIEntityAddOrRemoveEndpoints is not bound | ||
| !missing-pinvoke! MIDIExternalDeviceCreate is not bound | ||
| !missing-pinvoke! MIDIGetDriverDeviceList is not bound | ||
| !missing-pinvoke! MIDIGetDriverIORunLoop is not bound | ||
| !missing-pinvoke! MIDIInputPortCreateWithBlock is not bound | ||
| !missing-pinvoke! MIDIPacketListAdd is not bound | ||
| !missing-pinvoke! MIDIPacketListInit is not bound | ||
| !missing-pinvoke! MIDISendSysex is not bound | ||
| !missing-pinvoke! MIDISetupAddDevice is not bound | ||
| !missing-pinvoke! MIDISetupAddExternalDevice is not bound | ||
| !missing-pinvoke! MIDISetupRemoveDevice is not bound | ||
| !missing-pinvoke! MIDISetupRemoveExternalDevice is not bound |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mandel-macaque: How can customers use this class? There are no static members, and no exposed constructors. The class isn't used anywhere else in the PR either.