jack: Bindings for the JACK Audio Connection Kit

[ gpl, library, sound ] [ Propose Tags ]

Very basic bindings for the JACK Audio Connection Kit


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
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.4), base (>=4.0 && <5.0), bytestring (>=0.9.1.4 && <0.10), enumset (>=0.0 && <0.1), explicit-exception (>=0.1.5 && <0.2), midi (>=0.1.5.2 && <0.2), transformers (>=0.2 && <0.3), unix (>=2.3 && <2.6) [details]
License LicenseRef-GPL
Author Soenke Hahn, 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
Uploaded by HenningThielemann at 2011-12-10T16:19:36Z
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 10746 total (55 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

[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