Codebase list pd-csound / c51b11c6-1ff2-485a-aa9f-99c339365a1e/main
c51b11c6-1ff2-485a-aa9f-99c339365a1e/main

Tree @c51b11c6-1ff2-485a-aa9f-99c339365a1e/main (Download .tar.gz)

Csound for Pure Data
===============

Build Instructions
----------------

The build requires Csound to be installed, as well as CMake. With this
in place, you can do:

```
$ mkdir build
$ cd build
$ cmake ..
$ make
```