hsc3-process is a Haskell library that facilitates launching external SuperCollider scsynth processes. It also provides an interface to libscsynth, which allows to use the SuperCollider synthesis engine without starting a separate process.
Installation
cabal install hsc3-process
Documentation
Reporting bugs
Please report bugs in our issue tracker.
Development
hsc3-process‘ source code is hosted at github. You can check out a copy of the repository with the following command:
git clone git://github.com/kaoskorobase/hsc3-process.git
