LADSPA
LADSPA stands for Linux Audio Developer's Simple Plugin API. It is a standard for writing and loading audio effects and synth plugins for use in digital audio workstations and other audio processing applications on Linux and other Unix-like systems. The API is designed to be simple, lightweight, and portable, enabling plugin authors to implement their effects as shared libraries that can be loaded by hosts at runtime.
Design and scope: LADSPA defines a compact set of entry points that a plugin must implement. A
Usage and ecosystem: LADSPA plugins are distributed as dynamically loadable libraries and are discovered by hosts
Relation to LV2: LV2 is a newer plugin standard that builds on similar concepts but adds greater