PortMidi: A binding for PortMedia/PortMidi

[ bsd3, library, sound ] [ Propose Tags ]

A Haskell binding for PortMedia/PortMidi


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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
Change log CHANGELOG.md
Dependencies base (>=4.8 && <5) [details]
License BSD-3-Clause
Author
Maintainer Paul H. Liu <paul@thev.net> , Olivier Sohn <olivier.sohn@gmail.com>
Revised Revision 1 made by OlivierSohn at 2018-08-11T16:25:44Z
Category Sound
Home page http://github.com/ninegua/PortMidi
Source repo head: git clone https://github.com/ninegua/PortMidi
Uploaded by OlivierSohn at 2018-07-29T10:13:39Z
Distributions NixOS:0.2.0.0
Reverse Dependencies 7 direct, 10 indirect [details]
Downloads 16620 total (51 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-07-29 [all 1 reports]

Readme for PortMidi-0.2.0.0

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

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

Please see 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 here:
https://github.com/ninegua/PortMidi/issues.