Package details
lv2dynparam is a LV2 plugin interface extension that enables plugin
parameters to appear and disappear (i.e. number of voices). It also
allows nested grouping of parameters. Groups can be used for things
like ADSR abstraction, i.e. group of 4 float parameters.
The extension consists of a header describing the extension interface
and libraries, one for plugins and one for hosts, to expose
functionality in more usable, from programmer point of view,
interface.
The extension has been initially created to allow exposing the full
functionality of the zynadd LV2 plugin (part of the zyn project) and
to allow generic UI - provided by a host (zynjacku). The extension
allows but does not requires generic UI. Plugin writters are free to
provide custom UI for their plugin.
The extension should be suitable for all plugins that expose many
and/or complex data types, like samplers, non-trivial synths, etc.
Project goals:
* Allow parameters to appear and disappear at runtime.
* Define more data types, like strings, enums, filenames, etc.
* Provide more hints about the actual data type and purpose of
parameters to help with UI generation.
* Provide the simplest possible way for plugin writters to expose
dynparams extension.
* Provide the simplest possible way for host writters to use
dynparams extension, either for generic or for custom UIs.
Author: Nedko Arnaudov
This package has no releases.