-*- Indented-text -*-
# $Id: README,v 1.3 2002-10-12 23:59:37-05 hiroo Exp $

Win32API::MIDI version 0.03
=======================

Win32API::MIDI - Perl extension for MS Windows 32bit MIDI API

  Win32API::MIDI is a Perl extension for MS Windows 32bit MIDI API.
  It supports almost all MS Windoews 32bit MIDI API, MIDI output,
  input, and stream API.

  This module is still under development.  API may be changed to
  improve usability.

INSTALLATION

  To install this module type the following:

       perl Makefile.PL
       make
       make test
       make install

DEPENDENCIES

  This module is being developed on Cygwin (http://www.cygwin.com/)
  environment.  It should work on Active Perl environment with a
  little change of Makefile.PL.  I don't have C-compiler for Active
  Perl.  The feedback from ActiveState Perl users' is welcome.

  On Cygwin Devel/gcc, Libs/w32api package are required in addition
  to Base package.

COPYRIGHT AND LICENCE

  Copyright (c) 2002 Hiroo Hayashi.  All rights reserved.

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