LADSPA SDK v1.10 Overview

There is a large number of synthesis packages in use or development on the Linux platform at this time. The Linux Audio Developer's Simple Plugin API (LADSPA) attempts to give programmers the ability to write simple `plugin' audio processors in C/C++ and link them dynamically against a range of host applications.

Definitive technical documentation on LADSPA plugins for both the host and plugin is contained within copious comments within the ladspa.h header file.

This SDK provides: