The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mac::CoreMIDI::Object - Encapsulates a CoreMIDI Object

DESCRIPTION

Mac::CoreMIDI::Object is the base class for most other CoreMIDI objects.

METHODS

$self->Dump()

Prints a lot of information about the object to STDOUT.

READ-ONLY PROPERTIES

GetAdvanceScheduleTimeMuSec
GetDeviceID
GetDriverOwner
GetDriverVersion
GetManufacturer
GetMaxSysExSpeed
GetModel
GetName
GetReceiveChannels
GetTransmitChannels
GetUniqueID
IsBroadcast
IsEmbeddedEntity
IsOffline
IsPrivate
IsSingleRealtimeEntity

SEE ALSO

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.