Title:
save_as: index.html
LV2 is an extensible open standard for audio plugins.
LV2 has a simple core interface,
which is accompanied by extensions that add more advanced functionality.
Many types of plugins can be built with LV2, including audio effects, synthesizers, and control processors for modulation and automation.
Extensions support more powerful features, such as:
* Platform-native UIs
* Network-transparent plugin control
* Portable and archivable persistent state
* Non-realtime tasks (like file loading) with sample-accurate export
* Semantic control with meaningful control designations and value units
Developing
----------
The LV2 specification itself and accompanying code is permissively licensed free software, with support for all major platforms.
* [Download LV2 1.18.4](http://lv2plug.in/spec/lv2-1.18.4.tar.xz) ✓
* [Why LV2?](pages/why-lv2.html)
* [Developing with LV2](pages/developing.html)
Community
---------
* [Projects using LV2](pages/projects.html)
* [Mailing list](http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in)
* [Chat](https://web.libera.chat/#lv2)