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 res