/csladspa

Csound LADSPA plugin

Primary LanguageC

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