diff options
author | B. Watson <yalhcru@gmail.com> | 2011-08-09 11:05:48 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-09 11:05:48 -0300 |
commit | bb9f7cb9233f65b2c9033f0be057cfdf5433b2d3 (patch) | |
tree | 8dc8475a4bbbfa087b8893a7b232842ebc835f0d /audio/lv2dynparam1/slack-desc | |
parent | 27ae8299ebc7fdcb8ae52c37a36ccad42d73ce43 (diff) | |
download | slackbuilds-bb9f7cb9233f65b2c9033f0be057cfdf5433b2d3.tar.gz |
audio/lv2dynparam1: Added (dynamic parameter extension for LV2)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'audio/lv2dynparam1/slack-desc')
-rw-r--r-- | audio/lv2dynparam1/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/lv2dynparam1/slack-desc b/audio/lv2dynparam1/slack-desc new file mode 100644 index 0000000000..d3ca04dc5b --- /dev/null +++ b/audio/lv2dynparam1/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE1: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the '1:' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the '1:'. + + |-----handy-ruler------------------------------------------------------| +lv2dynparam1: lv2dynparam1 (dynamic parameter extension for LV2) +lv2dynparam1: +lv2dynparam1: lv2dynparam is a LV2 plugin interface extension that enables plugin +lv2dynparam1: parameters to appear and disappear (i.e. number of voices). It also +lv2dynparam1: allows nested grouping of parameters. Groups can be used for things +lv2dynparam1: like ADSR abstraction, i.e. group of 4 float parameters. +lv2dynparam1: +lv2dynparam1: The extension consists of a header describing the extension +lv2dynparam1: interface and libraries, one for plugins and one for hosts, to expose +lv2dynparam1: functionality in more usable, from programmer point of view, +lv2dynparam1: interface. |