About

Metadata

  • Last updated , by HenningThielemann
  • License GPL-2.0-only
  • Categories Audio
  • Maintained by: Henning Thielemann <haskell@henning-thielemann.de>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.0.1
  2. 8.6.5
  3. 8.4.4

Package Flags

Use the -f option with cabal commands to enable flags

    pkgconfig (on by default)

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

    jackfree (on by default)

    Use jack_free instead of free

    buildexamples (off by default)

    Build example executables

Readme

Bindings for the JACK Audio Connection Kit http://jackaudio.org/. 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.

You must compile your clients with -threaded otherwise you will encounter segfaults.