this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Uncomment `kMIDIPropertyAdvanceScheduleTimeMuSec` definition

+4 -1
+1 -1
src/frameworks/CoreMIDI/include/CoreMIDI/MIDIServices.h
··· 36 36 // extern const CFStringRef kMIDIPropertyReceivesMTC API_AVAILABLE(macos(10.2)); 37 37 // extern const CFStringRef kMIDIPropertyTransmitsClock API_AVAILABLE(macos(10.2)); 38 38 // extern const CFStringRef kMIDIPropertyReceivesClock API_AVAILABLE(macos(10.2)); 39 - // extern const CFStringRef kMIDIPropertyAdvanceScheduleTimeMuSec API_AVAILABLE(macos(10.0)); 39 + extern const CFStringRef kMIDIPropertyAdvanceScheduleTimeMuSec API_AVAILABLE(macos(10.0)); 40 40 41 41 /* Roles */ 42 42 // extern const CFStringRef kMIDIPropertyIsMixer API_AVAILABLE(macos(10.2));
+3
src/frameworks/CoreMIDI/src/MIDIServices.m
··· 4 4 const CFStringRef kMIDIPropertyName = nil; 5 5 const CFStringRef kMIDIPropertyUniqueID = nil; 6 6 7 + /* Timing */ 8 + const CFStringRef kMIDIPropertyAdvanceScheduleTimeMuSec = nil; 9 + 7 10 /* Connections */ 8 11 const CFStringRef kMIDIPropertyConnectionUniqueID = nil;