All official LV2 specifications.
Version | 1.16.0 |
---|---|
Date | 2019-02-03 |
Discuss | devel@lists.lv2plug.in (subscribe) |
All official LV2 specifications.
Specification | API | Description | Version | Status |
---|---|---|---|---|
Atom | atom | A generic value container and several data types. | 2.2 | Stable |
Buf Size | buf-size | Access to, and restrictions on, buffer sizes. | 1.4 | Stable |
Data Access | data-access | Provides access to LV2_Descriptor::extension_data(). | 1.6 | Stable |
Dynamic Manifest | dynmanifest | Support for dynamic data generation. | 1.6 | Stable |
Event | event | A port-based real-time generic event interface. | 1.12 | Deprecated |
Instance Access | instance-access | Provides access to the LV2_Handle of a plugin. | 1.6 | Stable |
Log | log | A feature for writing log messages. | 2.4 | Stable |
LV2 | core | An audio plugin interface specification. | 16.0 | Stable |
MIDI | midi | A normalised definition of raw MIDI. | 1.10 | Stable |
Morph | morph | Ports that can dynamically change type. | 1.0 | Stable |
Options | options | Instantiation time options. | 1.4 | Stable |
Parameters | parameters | Common parameters for audio processing. | 1.4 | Stable |
Patch | patch | Messages for accessing and manipulating properties. | 2.6 | Stable |
Port Groups | port-groups | Multi-channel groups of LV2 ports. | 1.2 | Stable |
Port Properties | port-props | Various port properties. | 1.2 | Stable |
Presets | presets | Presets for LV2 plugins. | 2.8 | Stable |
Resize Port | resize-port | Dynamically sized LV2 port buffers. | 1.0 | Stable |
State | state | An interface for LV2 plugins to save and restore state. | 2.4 | Stable |
Time | time | Properties for describing time. | 1.6 | Stable |
UI | ui | LV2 plugin UIs of any type. | 2.20 | Stable |
Units | units | Units for LV2 values. | 5.12 | Stable |
URI Map | uri-map | A feature for mapping URIs to integers. | 1.6 | Deprecated |
URID | urid | Features for mapping URIs to and from integers. | 1.4 | Stable |
Worker | worker | Support for a non-realtime plugin worker method. | 1.2 | Stable |