Difference between revisions of "SuperCollider"
From HaskellWiki
(haskore-supercollider) |
(air video on youtube) |
||
Line 6: | Line 6: | ||
You can use SuperCollider for performing music using [[Haskore]] and http://darcs.haskell.org/haskore-supercollider/ . | You can use SuperCollider for performing music using [[Haskore]] and http://darcs.haskell.org/haskore-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]. |
Revision as of 14:05, 19 May 2009
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://darcs.haskell.org/haskore-supercollider/ . Watch an example video.
There is also on-going effort to use SuperCollider and Haskell for speech synthesis.