This is a Haskell module for PortMidi audio library, which supports
real-time MIDI input and output. 

=========
ChangeLog
=========

Please see CHANGELOG.txt.

============
Installation
============

The usual cabal installation steps apply, either: 

       runhaskell Setup.hs configure
       runhaskell Setup.hs build
       runhaskell Setup.hs install

or simply:

       cabal install

This will install a PortMidi package that contains a Sound.PortMidi module. 

===================
Contact Information
===================

You may send your bug report and feature request to the package 
maintainer: Paul H. Liu <paul@thev.net>.

--
Last Update: Mon Sep 21 PDT 2015
 


