mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
dc7cc175bf
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
523 B
Text
11 lines
523 B
Text
lv2dynparam1 (dynamic parameter extension for LV2)
|
|
|
|
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 a more usable interface, from the programmer's point
|
|
of view.
|