PortMidi: A binding for PortMedia/PortMidi

[ bsd3, library, sound ] [ Propose Tags ]

A Haskell binding for PortMedia/PortMidi


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.5.1, 0.1.5.2, 0.1.5.3, 0.1.6.0, 0.1.6.1, 0.2.0.0
Dependencies base (>=3 && <5) [details]
License BSD-3-Clause
Author
Maintainer Paul H. Liu <paul@thev.net>
Category Sound
Home page http://haskell.org/haskellwiki/PortMidi
Source repo head: darcs get http://code.haskell.org/PortMidi
Uploaded by PaulLiu at 2015-09-21T18:20:12Z
Distributions NixOS:0.2.0.0
Reverse Dependencies 7 direct, 10 indirect [details]
Downloads 16599 total (43 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-09-21 [all 1 reports]

Readme for PortMidi-0.1.5

[back to package description]
This is a Haskell module for PortMidi audio library, which supports
real-time MIDI input and output. 

========
ChangLog
========


- Wed Sep 16 EST 2009

  remove conflicts in cabal file.

  fix compilation problem on OS X.

- 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:

1. To configure the module:

       runhaskell Setup.hs configure
   or

       runhaskell Setup.hs configure --user --prefix=DIR

   if you want to install the package to your user's directory instead
   of the system one (replace DIR with your own directory of choice).
2. To build the module:

       runhaskell Setup.hs build

3. To install the module:

       runhaskell Setup.hs install

   This 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: Wed May 6 PDT 2015