diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 16:30:40 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:52 +0700 |
commit | 1f830184fe162dcfac6ce22d4849381aa021471e (patch) | |
tree | 25d1747b7beca73711078c232f2334dbadb26d4f /audio/lv2dynparam1 | |
parent | 000574ed33fa8f905d3a87fa1a97c14e15aa4f5c (diff) | |
download | slackbuilds-1f830184fe162dcfac6ce22d4849381aa021471e.tar.gz |
audio/lv2dynparam1: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/lv2dynparam1')
-rw-r--r-- | audio/lv2dynparam1/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/lv2dynparam1/README b/audio/lv2dynparam1/README index 9c2ee205a4..827f96e8bb 100644 --- a/audio/lv2dynparam1/README +++ b/audio/lv2dynparam1/README @@ -1,8 +1,8 @@ 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. +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. +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. |