Skip to content

csound/csound_pd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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