Code Monkey home page Code Monkey logo

midi-perl's Introduction

README for MIDI-Perl
                                        Time-stamp: "2010-12-23 09:15:20 conklin"

			      MIDI-Perl

MIDI-Perl is a suite of Perl modules that allows you to read, compose,
modify, and write MIDI files.  It is largely object-oriented, but if
you follow the example code, you should be able to get along fine.

See http://interglacial.com/~sburke/pub/perl_midi/ for more info.



PREREQUISITES

This suite requires Perl 5.

MIDI-Perl uses no external libraries at this time, aside from Carp,
which has been standard for as long as I can remember.  If you want to
use MIDI::Opus::draw, you'll also need GD.pm, however.



INSTALLATION

You install this module-suite, as you would install any perl module
library, by running these commands:

   perl Makefile.PL
   make
   make test
   make install

If you want to install a private copy of this module-suite in your home
directory, then you should try to produce the initial Makefile with
something like this command:

  perl Makefile.PL PREFIX=~/perl

See perldoc perlmodinstall for more information on installing modules.



DOCUMENTATION

See lib/MIDI.pm for an overview of the suite.  See ChangeLog for
recent changes.  POD-style documentation is included in all modules.
POD is readable with the 'perldoc' utility.



MACPERL INSTALLATION NOTES

Don't bother with the makefiles.
Just move MIDI.pm and the "MIDI" folder into your MacPerl library
folder.  Read the PODs with Shuck.



SUPPORT

Questions, bug reports, useful code bits, and suggestions for
MIDI-Perl should just be sent to me at [email protected]


AVAILABILITY

The latest version of MIDI-Perl is available from the Comprehensive
Perl Archive Network (CPAN).  <http://search.cpan.org/> is my favorite
way to view CPAN.



COPYRIGHT

Copyright 1998+ by Sean M. Burke [email protected]
Copyright 2010+ by D. Conklin [email protected]

midi-perl's People

Contributors

oldtechaa avatar

Watchers

 avatar

midi-perl's Issues

Remove mentions of Shuck

Shuck doesn't exist anymore, as MacPerl hasn't been a thing since 5.6. Let's suggest a more modern solution for POD.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.