Christian Renz > Mac-CoreMIDI > Mac::CoreMIDI::Port

Download:
Mac-CoreMIDI-0.04.tar.gz

Dependencies

Annotate this POD

View/Report Bugs
Module Version: 0.02   Source  

NAME ^

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

CONSTRUCTORS ^

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 ^

$self->Read()

Subclass this function to do processing on read events.

SEE ALSO ^

Mac::CoreMIDI

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.

syntax highlighting: