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

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.

my $ent = $ep->GetParent()Returns parent entity for this endpoint.
$self->Read()Subclass this function to do processing on read events.

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

Christian Renz, <crenz @ web42.com>

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.