- Inherits from:
- PYMIDIEndpoint
- NSObject
- Conforms to:
- NSCoding
- NSObject (NSObject)
- Declared in:
- PYMIDI/PYMIDIVirtualEndpoint.h
This is an abstract base class for virtual source and destination endpoints.
Initializing newly allocated endpointsEndpoint privacy
- - initWithName:
- - isPrivate
- - makePrivate
- (id)initWithName:(NSString*)name
Initializes a newly allocated virtual endpoint and sets its name to the given value.
- (BOOL)isPrivate
Returns YES if the receiver is private.
- (void)makePrivate:(BOOL)isPrivate
Marks the receive as private if isPrivate is YES.
Making an endpoint private makes it invisible to other applications.