@hackage PortMidi0.1.2
A binding for PortMedia/PortMidi
Installation
Dependencies (1)
Dependents (8)
@hackage/myTestlll, @hackage/tidal, @hackage/acme-everything, @hackage/PortMidi-simple, @hackage/tidal-midi, @hackage/Euterpea, Show all…
This is a Haskell module for PortMidi audio library, which supports real-time MIDI input and output.
======== ChangLog
-
Wed Sep 9 EST 2009
Fix the compilation problem with GHC 6.10.2+ on OS X.
-
Mon Sep 7 EST 2009
Package up for Hackage DB.
-
Thu Sep 4 EST 2008
Initial 0.1 release, very experimental, and lack proper documentation.
============ Installation
The usual cabal installation steps:
-
To configure the module:
runhaskell Setup.hs configureor
runhaskell Setup.hs configure --user --prefix=DIRif you want to install the package to your user's directory instead of the system one (replace DIR with your own directory of choice).
-
To build the module:
runhaskell Setup.hs build -
To install the module:
runhaskell Setup.hs installThis will install a Sound.PortMidi module for GHC.
=================== Contact Information
You may send your bug report and feature request to the package maintainer: Paul H. Liu paul@thev.net.
-- Last Update: Tue Sep 7 EST 2009