We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d161c8 commit 6ab0732Copy full SHA for 6ab0732
src/frameworks/CoreMIDI/src/MIDIServices.m
@@ -1,5 +1,9 @@
1
#import <CoreMIDI/MIDIServices.h>
2
3
+// Note: It is expected for some of these values to be assigned `nil`,
4
+// Not sure why Apple doesn't actually assign a CFString value to these
5
+// variables...
6
+
7
/* Identification */
8
const CFStringRef kMIDIPropertyName = nil;
9
const CFStringRef kMIDIPropertyUniqueID = nil;
0 commit comments