slackbuilds_ponce/audio/lv2dynparam1/README
dsomero 90981a1b48 audio/lv2core: Removed, as it is replaced by lv2.
Removed and fixed README's to point to lv2.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2012-05-21 17:58:16 -05:00

10 lines
484 B
Text

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.
This requires lv2.