summaryrefslogtreecommitdiffstats
path: root/audio/lv2dynparam1/README
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2021-11-28 10:55:39 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-12-04 10:09:04 +0700
commitdc7cc175bfbc5540a8ff585469b25291e2952db8 (patch)
treebe2aa62ae07b278dc4eb114d4876de77f7f4f83f /audio/lv2dynparam1/README
parentf2a23d9a58797785a3a17c8c192c887e4997b16b (diff)
downloadslackbuilds-dc7cc175bfbc5540a8ff585469b25291e2952db8.tar.gz
slackbuilds-dc7cc175bfbc5540a8ff585469b25291e2952db8.tar.xz
audio/lv2dynparam1: Remove .la file.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/lv2dynparam1/README')
-rw-r--r--audio/lv2dynparam1/README5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/lv2dynparam1/README b/audio/lv2dynparam1/README
index 827f96e8bb..29497c4c47 100644
--- a/audio/lv2dynparam1/README
+++ b/audio/lv2dynparam1/README
@@ -1,3 +1,5 @@
+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
@@ -5,4 +7,5 @@ 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.
+functionality in a more usable interface, from the programmer's point
+of view.