Mac::CoreMIDI::Endpoint - Encapsulates a CoreMIDI Endpoint


Mac-CoreMIDI documentation  | view source Contained in the Mac-CoreMIDI distribution.

Index


NAME

Top

Mac::CoreMIDI::Endpoint - Encapsulates a CoreMIDI Endpoint

CONSTRUCTORS

Top

my $ep = Mac::CoreMIDI::Endpoint-new_source(name => '...', client => $client)

Creates a new source endpoint for the given client.

my $ep = Mac::CoreMIDI::Endpoint-new_destination(name => '...', client => $client)

Creates a new destination endpoint for the given client.

METHODS

Top

my $ent = $ep->GetParent()

Returns parent entity for this endpoint.

$self->Read()

Subclass this function to do processing on read events.

SEE ALSO

Top

Mac::CoreMIDI, Mac::CoreMIDI::Client

AUTHOR

Top

Christian Renz, <crenz @ web42.com>

COPYRIGHT AND LICENSE

Top


Mac-CoreMIDI documentation  | view source Contained in the Mac-CoreMIDI distribution.