aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-sampler.lv2/sampler.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-11-02 07:07:53 +0000
committerDavid Robillard <d@drobilla.net>2014-11-02 07:07:53 +0000
commit6e19a062b248de1a5de60e5782ef4a8bb2826f47 (patch)
tree90975c3bf5b7ef717cdcf55f54584e2de7c37335 /plugins/eg-sampler.lv2/sampler.ttl
parentea1229258e449fb11708b1f97a528ab56264bbbd (diff)
downloadlv2-6e19a062b248de1a5de60e5782ef4a8bb2826f47.tar.xz
Add gain parameter to eg-sampler.
Diffstat (limited to 'plugins/eg-sampler.lv2/sampler.ttl')
-rw-r--r--plugins/eg-sampler.lv2/sampler.ttl2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/eg-sampler.lv2/sampler.ttl b/plugins/eg-sampler.lv2/sampler.ttl
index 2a89dd2..197a735 100644
--- a/plugins/eg-sampler.lv2/sampler.ttl
+++ b/plugins/eg-sampler.lv2/sampler.ttl
@@ -7,6 +7,7 @@
@prefix ui: <http://lv2plug.in/ns/extensions/ui#> .
@prefix urid: <http://lv2plug.in/ns/ext/urid#> .
@prefix work: <http://lv2plug.in/ns/ext/worker#> .
+@prefix param: <http://lv2plug.in/ns/ext/parameters#> .
<http://lv2plug.in/plugins/eg-sampler#sample>
a lv2:Parameter ;
@@ -26,6 +27,7 @@
work:interface ;
ui:ui <http://lv2plug.in/plugins/eg-sampler#ui> ;
patch:writable <http://lv2plug.in/plugins/eg-sampler#sample> ;
+ patch:writable param:gain ;
lv2:port [
a lv2:InputPort ,
atom:AtomPort ;