Difference between revisions of "CSound"

From HaskellWiki
Jump to navigation Jump to search
(update link to HasSound)
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
For Haskell there exist several interfaces to CSound:
 
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 John Lato
+
* {{HackagePackage|id=hCsound}} by John Lato provides direct access to CSounds runtime.
* 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].
+
* 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://www.cs.yale.edu/homes/hudak-paul/CS431F06/HasSoundManual.html HasSound].
   
   

Revision as of 10:13, 14 July 2014

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:

  • hCsound by John Lato provides direct access to CSounds runtime.
  • 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.