LV2 extension for dynamic parameters
Go to file
Nedko Arnaudov 623236fd82 INSTALL: Add info about "make dist" 2023-02-15 19:47:55 +02:00
host Disable -Werror 2023-02-15 13:47:37 +02:00
plugin Disable -Werror 2023-02-15 13:47:37 +02:00
.gitignore Make doxygen documentation buildable 2023-02-15 19:28:43 +02:00
AUTHORS Adjust README and AUTHORS (IRC, libera.chat) 2023-02-15 19:36:15 +02:00
COPYING autotools support 2007-01-13 23:00:06 +00:00
INSTALL INSTALL: Add info about "make dist" 2023-02-15 19:47:55 +02:00
Makefile.am Make doxygen documentation buildable 2023-02-15 19:28:43 +02:00
NEWS Add NEWS file 2009-01-21 03:34:01 +02:00
README Adjust README and AUTHORS (IRC, libera.chat) 2023-02-15 19:36:15 +02:00
audiolock.c Add year 2009 to my copyright lines 2009-01-01 19:32:14 +02:00
audiolock.h Add year 2009 to my copyright lines 2009-01-01 19:32:14 +02:00
bootstrap Upgrade autotools 2023-02-15 13:23:33 +02:00
configure.ac fix pkg-config check to work with both lv2core and lv2 names 2023-02-15 13:50:57 +02:00
doxygen.cfg Generate documentation from lv2_rtmempool.h and lv2.h 2007-11-05 21:52:18 +00:00
doxygen.mk replace autotools-doxygen stuff with makefile 2023-02-15 19:20:44 +02:00
helpers.c Add year 2009 to my copyright lines 2009-01-01 19:32:14 +02:00
helpers.h Add year 2009 to my copyright lines 2009-01-01 19:32:14 +02:00
hint_set.c Add year 2009 to my copyright lines 2009-01-01 19:32:14 +02:00
hint_set.h Add year 2009 to my copyright lines 2009-01-01 19:32:14 +02:00
list.h * Fix include paths 2007-01-10 05:43:47 +00:00
log.c Add year 2009 to my copyright lines 2009-01-01 19:32:14 +02:00
log.h Add year 2009 to my copyright lines 2009-01-01 19:32:14 +02:00
lv2_rtmempool.h URI for rtmempool extension 2007-11-15 18:19:05 +00:00
lv2dynparam.h Remove obsolete constants 2007-03-05 03:03:39 +00:00
lv2dynparamhost1.pc.in Prepare for lv2core release 2008-01-08 22:38:11 +00:00
lv2dynparamplugin1.pc.in Prepare for lv2core release 2008-01-08 22:38:11 +00:00
memory_atomic.c Add year 2009 to my copyright lines 2009-01-01 19:32:14 +02:00
memory_atomic.h Add year 2009 to my copyright lines 2009-01-01 19:32:14 +02:00

README

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.

This library is work in progress. Any help is appreciated.

This project has no dedicated communication channel.
You can try to reach the author(s), see AUTHORS file.