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
}
CONSTRUCTOR
METHODS
$client->CreateDestination($name, $callback)
-
Creates a destination object for this client.
$self->Update()
-
Is called by Mac OS X when CoreMIDI devices are updated.
SEE ALSO
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.