Constants



kMIDIDriverPropertyUsesSerial


extern const CFStringRef kMIDIDriverPropertyUsesSerial; 
Discussion

This constant, "MIDIDriverUsesSerial", when defined to "YES" in a driver's bundle, tells MIDIServer that the driver uses serial ports and is eligible to have serial ports assigned to it.

When a serial driver's Start() method is called, it should use MIDIGetSerialPortOwner to discover which serial ports it has been assigned to use, and only use those ports.

New for CoreMIDI 1.1.

(Last Updated February 25, 2005)