Skip to content

CoreMIDI iOS xcode13.0 beta4

Manuel de la Pena edited this page Jul 27, 2021 · 2 revisions

#CoreMIDI.framework

diff -ruN /Applications/Xcode_13.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreMIDI.framework/Headers/MIDIMessages.h /Applications/Xcode_13.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreMIDI.framework/Headers/MIDIMessages.h
--- /Applications/Xcode_13.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreMIDI.framework/Headers/MIDIMessages.h	2021-07-13 00:36:41.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreMIDI.framework/Headers/MIDIMessages.h	2021-07-22 04:38:48.000000000 -0400
@@ -101,8 +101,8 @@
 	kMIDISysExStatusEnd             = 0x3,
 
 	// MIDI 2.0
-	kMIDISysExMixedDataSetHeader	= 0x8,
-	kMIDISysExMixedDataSetPayload	= 0x9
+	kMIDISysExStatusMixedDataSetHeader	= 0x8,
+	kMIDISysExStatusMixedDataSetPayload	= 0x9
 };
 
 // kMIDIMessageTypeUtility status nibbles.
@@ -113,7 +113,7 @@
 };
 
 // MIDI 2.0 Note On/Off Message Attribute Types
-typedef CF_ENUM(UInt8, MIDINoteAttributeType) {
+typedef CF_ENUM(UInt8, MIDINoteAttribute) {
 	kMIDINoteAttributeNone					= 0x0,	// no attribute data
 	kMIDINoteAttributeManufacturerSpecific	= 0x1,	// Manufacturer-specific = unknown
 	kMIDINoteAttributeProfileSpecific		= 0x2,	// MIDI-CI profile-specific data
@@ -381,7 +381,7 @@
 			union {
 				struct {
 					UInt8                 number;         //!< 7 bit note number
-					MIDINoteAttributeType attributeType;  //!< attribute type
+					MIDINoteAttribute     attributeType;  //!< attribute type
 					UInt16                velocity;       //!< note velocity
 					UInt16                attribute;      //!< attribute data
 				} note;    //!< active when status is kMIDICVStatusNoteOff or kMIDICVStatusNoteOn
@@ -456,7 +456,7 @@
 					UInt8 mdsID;      //!< mixed data set ID
 					UInt8 data[14];
 					UInt8 reserved;
-				} mixedDataSet;   //!< active when status is kMIDISysExMixedDataSetHeader or kMIDISysExMixedDataSetPayload
+				} mixedDataSet;   //!< active when status is kMIDISysExStatusMixedDataSetHeader or kMIDISysExStatusMixedDataSetPayload
 			};
 		} data128;   //!< active when type is kMIDIMessageTypeData128
 
Clone this wiki locally