hsc3-server: SuperCollider server resource management and synchronization.

[ library, sound ] [ Propose Tags ]

This library provides abstractions for managing SuperCollider server resources like node, buffer and bus ids and synchronization primitives.

ChangeLog: https://github.com/kaoskorobase/hsc3-server/blob/master/ChangeLog.md

Examples: https://github.com/kaoskorobase/hsc3-server/tree/master/examples


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
build-examples

Build example programs

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0, 0.1.0, 0.3.0, 0.3.1, 0.3.2, 0.4.0, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.9.1, 0.9.2, 0.10.0
Change log CHANGELOG.md
Dependencies base (>=4.3 && <5), bitset (>=1.0), bytestring, containers (>=0.2), data-default (>=0.5), failure (>=0.2), hashtables (>=1.0), hosc (>=0.14), hsc3 (>=0.15), hsc3-process (>=0.10 && <0.11), hsc3-server (>=0.8), lifted-base (>=0.1), ListZipper, monad-control (>=0.3), random (>=1.0), resourcet (>=0.3), transformers (>=0.2), transformers-base (>=0.4), unix (>=2.5) [details]
License LicenseRef-GPL
Copyright Copyright (c) Stefan Kersten 2008-2014
Author Stefan Kersten
Maintainer kaoskorobase@gmail.com
Category Sound
Home page https://github.com/kaoskorobase/hsc3-server
Bug tracker https://github.com/kaoskorobase/hsc3-server/issues
Source repo head: git clone git://github.com/kaoskorobase/hsc3-server.git
Uploaded by StefanKersten at 2014-11-01T13:19:28Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hsc3-sine-grains, hsc3-hello
Downloads 8943 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hsc3-server-0.9.1

[back to package description]

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