packages feed

PortMidi-0.2.0.1: README.md

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


ChangeLog
=========

Please see [CHANGELOG.md](CHANGELOG.md).


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.


Bug reports / Feature requests
==============================

Bug reports and feature requests can be created at
[GitHub](https://github.com/PortMidi/portmidi-haskell/issues).


Examples
========

* https://hackage.haskell.org/package/Euterpea
* https://hackage.haskell.org/package/portmidi-utility
* https://hackage.haskell.org/package/PortMidi-simple