Mac::CoreMIDI::Port - Encapsulates a CoreMIDI Port


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

Index


NAME

Top

Mac::CoreMIDI::Port - Encapsulates a CoreMIDI Port

CONSTRUCTORS

Top

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

Creates a new input port for the given client.

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

Creates a new output port for the given client.

METHODS

Top

$self->Read()

Subclass this function to do processing on read events.

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.