From bb9f7cb9233f65b2c9033f0be057cfdf5433b2d3 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 9 Aug 2011 11:05:48 -0300 Subject: audio/lv2dynparam1: Added (dynamic parameter extension for LV2) Signed-off-by: Niels Horn --- audio/lv2dynparam1/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 audio/lv2dynparam1/README (limited to 'audio/lv2dynparam1/README') 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. -- cgit v1.2.3-80-g2a13