Skip to content

csound/csladspa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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