Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 259 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 259 Bytes

Csound LADSPA Plugin

This is the Csound plugin for LADSPA.

Building

CsLasdpa requires Csound to be installed in the system, as well as CMake. With that in place, to build the plugin you do

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