Personal tools

CSound

From HaskellWiki

(Difference between revisions)
Jump to: navigation, search
Current revision (14:16, 4 March 2013) (edit) (undo)
(use HackagePackage template)
 
(2 intermediate revisions not shown.)
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:
 +
 +
* {{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].
 +
[[Category:Music]]
[[Category:Music]]
[[Category:Packages]]
[[Category:Packages]]

Current revision

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.