NAME
Mac::CoreMIDI::Client - Encapsulates a CoreMIDI Client
SYNOPSIS
use Mac::CoreMIDI;
my $c = MyClient->new(name => 'My Perl MIDI Application');
Mac::CoreMIDI::RunLoopRun();
package MyClient;
use base qw(Mac::CoreMIDI::Client);
sub Update {
# do something here
}
METHODS
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.