Popularity
1.9
Declining
Activity
0.0
Stable
1
3
0

Code Quality Rank: L5
Monthly Downloads: 12
Programming language: C
License: LicenseRef-GPL
Tags: Development     Sound     FFI     Bindings    
Latest version: v0.4.1

bindings-sc3 alternatives and similar packages

Based on the "bindings" category.
Alternatively, view bindings-sc3 alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of bindings-sc3 or a related project?

Add another 'bindings' Package

README

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

Installation

Currently, bindings-sc3 requires SuperCollider to be built from source (at least revision 12838871d99ff72cfa047aa07e1a53ba2b1c8f5b). See the SuperCollider development page for information on how to get the sources from the git repository and build SuperCollider (you need to pass -DLIBSCSYNTH=ON to cmake in order to build the shared library).

MacOS X

Assuming the environment variable SC points to the SuperCollider source tree, the bindings can then be installed as follows:

DYLD_LIBRARY_PATH=$SC/server/scsynth \
    cabal install --extra-include-dirs=$SC/include/common \
                  --extra-include-dirs=$SC/include/plugin_interface \
                  --extra-include-dirs=$SC/include/server \
                  --extra-lib-dirs=$SC/server/scsynth/

Reporting bugs

Please report bugs in our issue tracker.

Development

bindings-sc3's source code is hosted at github. You can check out a copy of the repository with the following command:

git://github.com/kaoskorobase/bindings-sc3.git