bindings-sc3: Bindings to the SuperCollider synthesis engine library.

[ ffi, library, sound ] [ Propose Tags ]

This library provides low level bindings to the SuperCollider synthesis engine library (libscsynth). If you are looking for a higher level Haskell interface, please use the hsc3-process package (http://hackage.haskell.org/package/hsc3-process).

ChangeLog: https://github.com/kaoskorobase/bindings-sc3/blob/master/ChangeLog.md

In order to build this package, you need to first build the dynamic library version of SuperCollider supercollider.sourceforge.net by passing -DLIBSCSYNTH=ON to cmake. Then build this library by passing the location of the SuperCollider header files and dynamic library directory to cabal:

cabal install bindings-sc3 

If you copy libscsynth to a system library location, you may omit --extra-library-dirs.


[Skip to Readme]

Modules

[Last Documentation]

  • Bindings
    • Sound
      • Bindings.Sound.SC3

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0, 0.3.0, 0.4.1
Dependencies base (>=3 && <5), bindings-DSL (>=1.0 && <1.1) [details]
License LicenseRef-GPL
Copyright Copyright (c) Stefan Kersten 2010-2012
Author Stefan Kersten <sk@k-hornz.de>
Maintainer Stefan Kersten <sk@k-hornz.de>
Category FFI, Sound
Home page http://space.k-hornz.de/software/bindings-sc3/
Bug tracker http://github.com/kaoskorobase/bindings-sc3/issues/
Source repo head: git clone git://github.com/kaoskorobase/bindings-sc3.git
Uploaded by StefanKersten at 2012-04-09T18:31:05Z
Distributions
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 2756 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-25 [all 8 reports]

Readme for bindings-sc3-0.3.0

[back to package description]

bindings-sc3 is a Haskell library that provides lowlevel bindings to the SuperCollider synthesis engine library libscsynth.

For more information please visit the website.