SuperCollider

From HaskellWiki
Revision as of 13:50, 26 January 2010 by Lemming (talk | contribs) (darcs.haskell.org -> code.haskell.org)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

SuperCollider is a realtime software synthesizer. Rohan Drape has written wrappers to OpenSoundControl system and SuperCollider. With these packages you are able to control the SuperCollider server by Haskell instead of SuperCollider's built-in language and you can perform interactive SuperCollider sessions from within GHCi.

You can use SuperCollider for performing music using Haskore and http://code.haskell.org/haskore/revised/supercollider/ . Watch an example video.

There is also on-going effort to use SuperCollider and Haskell for speech synthesis.