Mac/CoreMIDI version 0.03
=========================

With Mac OS X, Apple introduced a flexible MIDI system called CoreMIDI. C<Mac::CoreMIDI> translates the procedural CoreMIDI API into a set of OO Perl classes.

You will need the CoreAudio SDK installed to compile this module.

INSTALLATION

To install this module type the following:

  perl Makefile.PL
  make
  make test
  make install

COPYRIGHT AND LICENCE

Copyright (C) 2004 Christian Renz <[email protected]>

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.