Win32API::MIDI on CPAN
[email protected] (Hiroo Hayashi) Sun, 13 Oct 2002 00:31:03 -0500 (CDT)
| Newsgroups | perl.midi |
|---|---|
| Message-ID | <[email protected]> |
Hi, I put Win32API::MIDI on CPAN. Win32::MIDI::API is a Perl extension for MS Windows 32bit MIDI API. It supports almost all MS Windows 32bit MIDI API, MIDI output, input, and stream API. This is direct, one to one, mapping of each MS Windows 32bit MIDI API. In other words, it is a low level API. As you may know Win32::MIDI module already exists. It supports less MIDI API but it provides higher level API. I contacted with the author of Win32::MIDI and decided to release this module. 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. Best, --------- Hiroo Hayashi Here is README file 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.