# LADSPA Plugins

LADPSA Plugins are not native to LMMS, but are bundled with it; they are entirely controlled via knobs, sliders, and buttons, with no other graphical user interface.

As these plugins are not maintained by LMMS, they are not documented here, but some reference links are provided below:

* C\* Plugins: <http://quitte.de/dsp/caps.html>
* Calf Plugins: <https://calf-studio-gear.org/>
* Steve Harris: <http://plugin.org.uk/ladspa-swh/docs/ladspa-swh.html>
* CMT: <http://www.ladspa.org/cmt/plugins.html>
* TAP: <https://tomscii.sig7.se/tap-plugins/>
* Other: <http://linux-sound.org/plugins.html>

{% hint style="warning" %}
Some LADSPA plugins may introduce:

* [DC offsetting](https://docs.lmms.io/user-manual/effects/pages/-LuIgsmdGe-oYxq2rFUT#id-7.1.4.2-dc-offset) (although this can be mitigated by placing the "DC Offset Remover" LADSPA plugin in the troublesome instrument or FX bus)
* Phase misalignment
* Idle noise
* Extremely loud clipping/noise

Be careful when adjusting and using these plugins!
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lmms.io/user-manual/effects/ladspa.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
