slackbuilds_ponce/audio/lv2dynparam1/README
Robby Workman 9cd68fecf8 audio/lv2dynparam1: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-26 22:13:20 -05:00

8 lines
464 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.