hsc3: Haskell SuperCollider

[ gpl, library, sound ] [ Propose Tags ]

Haskell client for the SuperCollider synthesis server, http://audiosynth.com/.

For installation and configuration see the Tutorial at http://rohandrape.net/t/hsc3-texts.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.11, 0.12, 0.13, 0.14, 0.15, 0.15.1, 0.16, 0.17, 0.18, 0.19, 0.19.1, 0.20
Dependencies array, base (>=4.7 && <5), binary, bytestring, containers, data-ordlist, directory, filepath, hosc (>=0.17 && <0.18), murmur-hash, network, process, random, safe, split (>=0.2), transformers, vector [details]
License GPL-3.0-only
Copyright (c) Rohan Drape and others, 2005-2018
Author Rohan Drape
Maintainer rd@rohandrape.net
Category Sound
Home page http://rohandrape.net/t/hsc3
Source repo head: git clone https://github.com/rd--/hsc3.git
Uploaded by RohanDrape at 2018-12-19T02:44:39Z
Distributions NixOS:0.20
Reverse Dependencies 20 direct, 10 indirect [details]
Downloads 14996 total (56 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-12-19 [all 1 reports]

Readme for hsc3-0.17

[back to package description]
hsc3 - haskell supercollider
----------------------------

[hsc3][hsc3] provides `Sound.SC3`, a module for using [Haskell][hs] as
a client to the [SuperCollider][sc3] synthesis server.  hsc3 requires
[hosc](?t=hosc).

For installation and configuration information see the
[tutorial][tutorial] at [hsc3-texts][hsc3-texts].

There are a number of related projects:

- [hsc3-dot](?t=hsc3-dot): UGen graph drawing (2006)
- [hsc3-graphs](?t=hsc3-graphs): UGen graph collection (2006)
- [hsc3-db](?t=hsc3-db): UGen Database (2006)
- [hsc3-sf](?t=hsc3-sf): Sound file IO (2006)
- [hsc3-unsafe](?t=hsc3-unsafe): Unsafe UGen variants (2006)
- [hsc3-lang](?t=hsc3-lang): SC3 language (2007)
- [hsc3-rec](?t=hsc3-rec): Record UGens (2008)
- [hsc3-sf-hsndfile](?t=hsc3-sf): Sound file IO (libsndfile) (2010)
- [hsc3-auditor](?t=hsc3-auditor): Simple-minded auditioner (2010)
- [hsc3-cairo](?t=hsc3-cairo): Drawing (2012)
- [hsc3-plot](?t=hsc3-plot): Plotting (2013)
- [hsc3-data](?t=hsc3-data): Data formats &etc. (2013)
- [hsc3-rw](?t=hsc3-rw): UGen Graph Re-writing (2013)
- [hsc3-forth](?t=hsc3-forth): FORTH SuperCollider (2014)
- [hsc3-lisp](?t=hsc3-lisp): LISP SuperCollider (2014)

The hsc3 interaction environment ([hsc3.el](?t=hsc3&e=emacs/hsc3.el))
is written for [GNU][gnu] [Emacs][emacs].

## cli

[scsyndef-stat](?t=hsc3&e=md/scsyndef-stat.md),
[scsyndef-to-hs](?t=hsc3&e=md/scsyndef-to-hs.md),
[scsynth](?t=hsc3&e=md/scsynth.md),
[setup](?t=hsc3&e=md/setup.md)

© [rohan drape][rd] and others, 2005-2018, [gpl][gpl].
with contributions by:

- henning thielemann
- stefan kersten
- alex mclean
- brent yorgey
- shae erisson

see the [git](https://git-scm.com/) [history](?t=hsc3&q=history) for details

initial announcement:
[[2005-11-29/haskell-cafe](?t=hsc3&e=md/announce.text),
 [haskell.org](http://www.haskell.org/pipermail/haskell-cafe/2005-November/012483.html)]

[rd]: http://rohandrape.net/
[hsc3]: http://rohandrape.net/?t=hsc3
[hs]: http://haskell.org/
[sc3]: http://audiosynth.com/
[tutorial]: http://rohandrape.net/?t=hsc3-texts&e=lhs/hsc3-tutorial.lhs
[hsc3-texts]: http://rohandrape.net/?t=hsc3-texts
[gnu]: http://gnu.org/
[emacs]: http://gnu.org/software/emacs/
[gpl]: http://gnu.org/copyleft/