jack: Bindings for the JACK Audio Connection Kit

[ gpl, library, sound ] [ Propose Tags ]

Very basic bindings for the JACK Audio Connection Kit. It has support both for PCM audio and MIDI handling.

In order to adapt to your system, you may have to disable pkgConfig or jackFree cabal flags.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
pkgconfig

Use pkg-config tool for check version and presence of jack

Enabled
jackfree

Use jack_free instead of free

Enabled
buildexamples

Build example executables

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.5, 0.6, 0.6.1, 0.6.1.1, 0.6.2, 0.7, 0.7.0.1, 0.7.0.2, 0.7.0.3, 0.7.1, 0.7.1.1, 0.7.1.2, 0.7.1.3, 0.7.1.4, 0.7.2, 0.7.2.1, 0.7.2.2
Dependencies array (>=0.2 && <0.5), base (>=4.0 && <5), bytestring (>=0.9.1.4 && <0.11), enumset (>=0.0 && <0.1), explicit-exception (>=0.1.5 && <0.2), jack, midi (>=0.1.5.2 && <0.3), transformers (>=0.2 && <0.4), unix (>=2.3 && <2.6) [details]
License LicenseRef-GPL
Author Soenke Hahn, Stefan Kersten, Henning Thielemann
Maintainer Henning Thielemann <haskell@henning-thielemann.de>
Category Sound
Home page http://www.haskell.org/haskellwiki/JACK
Source repo head: darcs get http://code.haskell.org/jack/
this: darcs get http://code.haskell.org/jack/ --tag 0.6.2
Uploaded by HenningThielemann at 2012-05-10T08:06:08Z
Distributions LTSHaskell:0.7.2.2, NixOS:0.7.2.2, Stackage:0.7.2.2
Reverse Dependencies 2 direct, 0 indirect [details]
Executables midimon, impulse-train, amplify
Downloads 10752 total (58 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for jack-0.6.2

[back to package description]
Jack - Bindings to the JACK Audio Connection Kit for Haskell

http://open-projects.net/~shahn/index.php?seite=code

It's far from being finished...



INSTALLATION:

    runhaskell Setup configure
    runhaskell Setup build
    runhaskell Setup haddock    # if you want
    sudo runhaskell Setup install


You need JACK for this to work...
( http://jackaudio.org/ )

You should compile your clients with 'ghc --make -O2 -threaded ...'

The software is licensed under GPL 2, see LICENSE.

Any comments appreciated: shahn@cs.tu-berlin.de