Midiio cross-platform MIDI hardware interface for C++ programming. Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003 Craig Stuart Sapp
midiio version 1.1.0
Thu Jan 2 20:27:11 PST 2003
http://midiio.sapp.org
Craig Stuart Sapp <craig@ccrma.stanford.edu>
email: craig@ccrma.stanford.edu
The Midiio source code may be distributed according to the GNU LIBRARY GENERAL PUBLIC LICENSE, Version 2, June 1991 see http://www.gnu.org/copyleft/lgpl.html
To compile the library and/or examples programs:
(1) edit the file Makefile.library and set the OSTYPE and OSSUBTYPE
to match your hardware/os setup.
(2) type "make library" to compile the library. It will be created
as lib/libmidiio.a in unix.
(3) edit the file Makefile.examples and set the OSTYPE and OSSUBTYPE
to match your hardware/os setup.
Also, if you are using ALSA, then uncomment out the POSTFLAG
to use the alsa library (-lasound).
(4) type "make examples" to compile the example programs in the
examples directory. The example programs will be place in the bin directory.
