PYMIDIVirtualEndpoint

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

Class Description

This is an abstract base class for virtual source and destination endpoints.

Method Types

Initializing newly allocated endpoints
- initWithName:
Endpoint privacy
- isPrivate
- makePrivate

Instance Methods

initWithName:

- (id)initWithName:(NSString*)name

Initializes a newly allocated virtual endpoint and sets its name to the given value.


isPrivate

- (BOOL)isPrivate

Returns YES if the receiver is private.


makePrivate:

- (void)makePrivate:(BOOL)isPrivate

Marks the receive as private if isPrivate is YES.

Making an endpoint private makes it invisible to other applications.