Mac::CoreMIDI::Entity - Encapsulates a CoreMIDI Entity


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

Index


NAME

Top

Mac::CoreMIDI::Entity - Encapsulates a CoreMIDI Entity

METHODS

Top

my $dev = $self->GetParent()

Returns parent device for this entity.

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

Top

Mac::CoreMIDI

AUTHOR

Top

Christian Renz, <crenz @ web42.com>

COPYRIGHT AND LICENSE

Top


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