NAME
Mac::CoreMIDI::Entity - Encapsulate a CoreMIDI Entity
METHODS
my @src = $self-GetSources()>-
Returns a list of source endpoints for this entity.
my $n = $self-GetNumberOfSources()>-
Returns the number of sources.
my $src = $self-GetSource($i)>-
Returns the
$i'th source (starting from 0). my @dest = $self-GetDestinations()>-
Returns a list of destination endpoints for this entity.
my $n = $self-GetNumberOfDestinations()>-
Returns the number of destinations.
my $dest = $self-GetDestination($i)>-
Returns the
$i'th destination (starting from 0).
SEE ALSO
AUTHOR
Christian Renz, <crenz@web42.com>
COPYRIGHT AND LICENSE
Copyright 2004 by Christian Renz
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.