CSound
From HaskellWiki
(Difference between revisions)
(interfaces) |
|||
| Line 1: | Line 1: | ||
| + | [http://www.csounds.com/ Csound] is a sound design, music synthesis, and signal processing system, providing facilities for composition and performance over a wide range of platforms. | ||
| + | |||
| + | For Haskell there exist several interfaces to CSound: | ||
| + | |||
| + | * [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hCsound Direct access] to CSounds runtime written by Jon Lato | ||
| + | * Translation from Haskell expressions to CSound Orchestra and Score expressions written by Matt Zamec and Sarah Eisenstat. This was part of [[Haskore]] and is now part of [http://plucky.cs.yale.edu/cs431/HasSoundManual.html HasSound]. | ||
| + | |||
[[Category:Music]] | [[Category:Music]] | ||
[[Category:Packages]] | [[Category:Packages]] | ||
Revision as of 15:00, 11 August 2008
Csound is a sound design, music synthesis, and signal processing system, providing facilities for composition and performance over a wide range of platforms.
For Haskell there exist several interfaces to CSound:
- Direct access to CSounds runtime written by Jon Lato
- Translation from Haskell expressions to CSound Orchestra and Score expressions written by Matt Zamec and Sarah Eisenstat. This was part of Haskore and is now part of HasSound.
