BSD-3-Clause licensed
Maintained by Paul H. Liu
This version can be pinned in stack with:PortMidi-0.1.5.2@sha256:022a70b4a7721429b6f209f51d1517ace265b259f2c1d674883e3af65ef7db9c,2247

Module documentation for 0.1.5.2

Depends on 1 package(full list with versions):
Used by 1 package in nightly-2016-04-01(full list with versions):
This is a Haskell module for PortMidi audio library, which supports
real-time MIDI input and output.

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

Please see CHANGELOG.txt.

============
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.

===================
Contact Information
===================

You may send your bug report and feature request to the package
maintainer: Paul H. Liu <[email protected]>.

--
Last Update: Mon Sep 21 PDT 2015



Changes

Mon Sep 21 22:17:09 PDT 2015 [email protected]
* Add CHANGELOG.txt to package, and bump version to 0.1.5.2

Mon Sep 21 11:29:09 PDT 2015 [email protected]
* Update README and bump version to 0.1.5.1

Mon Sep 21 11:17:37 PDT 2015 [email protected]
* Bump version to 0.1.5

Mon Sep 21 11:16:04 PDT 2015 [email protected]
* On some systems, Int is not the same size as CInt.

- Added hidden module Sound.PortMidi.DeviceInfo, moving DeviceInfo and peekDeviceInfo there
- this allowed it to be a hsc2hs module, enabling peekDeviceInfo to use C generated structure offsets and sizes
- FFI declarations for C calls that take and return PmError and PmDeviceID have been changed to take and return CInt rather than Int
- Haskell functions interfacing with C calls have had fromIntegral calls added as needed
- toPMError convenience function added, which replaced many calls to toEnum
- FFI declaration for Pm_CountDevices added, countDevices became a Haskell function
- PMError's toEnum function produces a more useful error message when the "impossible" happens

Mon Sep 21 11:15:00 PDT 2015 [email protected]
* Add strictness annotation when necessary

Wed May 6 00:33:40 PDT 2015 [email protected]
* Update cabal file, and bump version to 0.1.4

Wed May 6 00:33:10 PDT 2015 [email protected]
* Use withCAString for writeSysEx

Wed Sep 16 11:06:11 PDT 2009 [email protected]
* remove conflicts in cabal file

Wed Sep 16 11:01:59 PDT 2009 [email protected]
* fix compilation problem on OS X

Thu Jul 30 14:32:59 PDT 2009 [email protected]
* make cabal work for ghc 6.10.* on OS X

Thu Sep 4 18:59:02 PDT 2008 [email protected]
* PortMidi-0.1 initial release