From 6e19a062b248de1a5de60e5782ef4a8bb2826f47 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 2 Nov 2014 07:07:53 +0000 Subject: Add gain parameter to eg-sampler. --- plugins/eg-sampler.lv2/sampler.ttl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/eg-sampler.lv2/sampler.ttl') 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: . @prefix urid: . @prefix work: . +@prefix param: . a lv2:Parameter ; @@ -26,6 +27,7 @@ work:interface ; ui:ui ; patch:writable ; + patch:writable param:gain ; lv2:port [ a lv2:InputPort , atom:AtomPort ; -- cgit v1.2.1