jack: Bindings for the JACK Audio Connection Kit

[ gpl, library, sound ] [ Propose Tags ]

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]

Modules

[Last Documentation]

  • Sound
    • Sound.JACK
      • Sound.JACK.Audio
      • Sound.JACK.Exception
      • Sound.JACK.MIDI

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.4 && <0.6), base (>=4.0 && <5.0), bytestring (>=0.9.1.4 && <0.11), containers (>=0.2 && <0.6), enumset (>=0.0 && <0.1), event-list (>=0.1 && <0.2), explicit-exception (>=0.1.7 && <0.2), jack, midi (>=0.1.5.2 && <0.3), non-negative (>=0.1 && <0.2), storablevector (>=0.2.7 && <0.3), transformers (>=0.2 && <0.4), unix (>=2.3 && <2.8) [details]
License LicenseRef-GPL
Author Henning Thielemann, Stefan Kersten, Soenke Hahn <soenkehahn@gmail.com>
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.7.0.2
Uploaded by HenningThielemann at 2014-03-14T11:01:26Z
Distributions LTSHaskell:0.7.2.2, NixOS:0.7.2.2, Stackage:0.7.2.2
Reverse Dependencies 2 direct, 0 indirect [details]
Executables synth, midimon, impulse-train, capture, amplify
Downloads 10747 total (55 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-18 [all 6 reports]

Readme for jack-0.7.0.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