PortMidi: A binding for PortMedia/PortMidi

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

A Haskell binding for PortMedia/PortMidi


[Skip to Readme]

Properties

Versions 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, 0.2.0.0
Change log CHANGELOG.md
Dependencies base (>=3 && <5) [details]
License BSD-3-Clause
Author
Maintainer Paul H. Liu <paul@thev.net> , Olivier Sohn <olivier.sohn@gmail.com>
Category Sound
Home page http://github.com/ninegua/PortMidi
Source repo head: git clone https://github.com/ninegua/PortMidi
Uploaded by PaulLiu at 2018-07-28T17:58:02Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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.