Difference between revisions of "SuperCollider"

From HaskellWiki
Jump to navigation Jump to search
(presentation and various links)
 
(darcs.haskell.org -> code.haskell.org)
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
instead of SuperCollider's built-in language and
 
instead of SuperCollider's built-in language and
 
you can perform interactive SuperCollider sessions from within [[GHCi]].
 
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 [http://www.youtube.com/watch?v=d2JvOwS26Zg example video].
   
 
There is also on-going effort to use SuperCollider and Haskell for [http://doc.gold.ac.uk/~ma503am/alex/asciirave/ speech synthesis].
 
There is also on-going effort to use SuperCollider and Haskell for [http://doc.gold.ac.uk/~ma503am/alex/asciirave/ speech synthesis].
   
 
[[Category:Music]]
 
[[Category:Music]]
[[Category:Package]]
+
[[Category:Packages]]

Latest revision as of 13:50, 26 January 2010

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.