NAME
Mac::CoreMIDI::Endpoint - Encapsulates a CoreMIDI Endpoint
CONSTRUCTORS
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
my $ent = $ep->GetParent()
-
Returns parent entity for this endpoint.
$self->Read()
-
Subclass this function to do processing on read events.
SEE ALSO
Mac::CoreMIDI, Mac::CoreMIDI::Client
AUTHOR
Christian Renz, <crenz @ web42.com>
COPYRIGHT AND LICENSE
Copyright 2004-2005 Christian Renz, <crenz @ web42.com>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.