This library provides abstractions for managing SuperCollider server resources like node, buffer and bus ids and synchronization primitives. To get started, have a look at the examples.


Keywords
sound, Propose Tags, examples, Skip to Readme, , Index, Sound.SC3.Server.Allocator, Sound.SC3.Server.Allocator.BlockAllocator.FirstFit, Sound.SC3.Server.Allocator.Range, Sound.SC3.Server.Allocator.SetAllocator, Sound.SC3.Server.Allocator.SimpleAllocator, Sound.SC3.Server.Allocator.Wrapped, Sound.SC3.Server.Notification, Sound.SC3.Server.State.Monad, Sound.SC3.Server.State.Monad.Class, Sound.SC3.Server.State.Monad.Command, Sound.SC3.Server.State.Monad.Process, More info, hsc3-server-0.10.0.tar.gz, browse, Package description, Package maintainers, StefanKersten, edit package information , SuperCollider, Change log, API documentation, Example scripts, issue tracker, github
License
Other
Install
cabal install hsc3-server-0.9.2

Documentation

hsc3-server Hackage version Build Status

hsc3-server is a Haskell library for managing SuperCollider server resources such as node, buffer and bus ids. It also provides synchronization primitives.

Installation

cabal install hsc3-server

Documentation

Reporting bugs

Please report bugs in our issue tracker.

Development

hsc3-server's 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-server.git