summaryrefslogtreecommitdiffstats
path: root/audio/lv2dynparam1/README
blob: 827f96e8bb8832883e9e56ce1241e4ddc2800f5d (plain)
1
2
3
4
5
6
7
8
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.