PYMIDIRealDestination

Inherits from:
PYMIDIRealEndpoint
PYMIDIEndpoint
NSObject
Conforms to:
NSCoding
NSObject (NSObject)
Declared in:
PYMIDI/PYMIDIRealDestination.h

Class Description

An object of this class represents a desination for MIDI data. It will usually be tied to a specific physical device, although other applications may create endpoints that appear as real destinations to your application.

You should never create your own PYMIDIRealDestination object. Instead use the PYMIDIManager method realDestinations to retrieve available endpoints.