diff options
Diffstat (limited to 'audio/lv2dynparam1/README')
-rw-r--r-- | audio/lv2dynparam1/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/lv2dynparam1/README b/audio/lv2dynparam1/README new file mode 100644 index 0000000000..4d9cd75d26 --- /dev/null +++ b/audio/lv2dynparam1/README @@ -0,0 +1,10 @@ +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 lv2core. |