Skip to content

Instantly share code, notes, and snippets.

@pchiusano
Last active February 28, 2018 15:38
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pchiusano/25c6a595d5ad7b0888f0 to your computer and use it in GitHub Desktop.
Save pchiusano/25c6a595d5ad7b0888f0 to your computer and use it in GitHub Desktop.
Notes from Boston Haskell talk on csound-expression

Video of the talk - recording didn't come out that great unfortunately.

The Gitter chat room for csound-expression

Quick-start guide for csound-expression. The library just needs a csound binary on your path somewhere. It communicates with csound just by passing generated .csd files to the csound binary. Binaries are available for pretty much every platform, and on Ubuntu/Debian you can sudo apt-get install csound csound-gui.

Once you have csound, you can just cabal install csound-expresion or cabal install csound-catalog (assuming you have Haskell and cabal installed). I recommend doing cabal install csound-catalog, since that will pull in the csound-expression library and the library of great instruments that Anton has put together.

Other resources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment