aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-10-19 13:29:07 -0400
committerDavid Robillard <d@drobilla.net>2016-10-19 13:29:33 -0400
commit2cbbf14674d081c5d3405c12301f84c31285544a (patch)
tree1c77249a89259cb85d843d730d11bb3f5dde5055
parent1e09eccffc7bba5f71e1198fc021ca950257051f (diff)
downloadlv2-2cbbf14674d081c5d3405c12301f84c31285544a.tar.xz
Fix mismatched gain parameter URI
-rw-r--r--plugins/eg-sampler.lv2/sampler.ttl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/eg-sampler.lv2/sampler.ttl b/plugins/eg-sampler.lv2/sampler.ttl
index 7672dba..92570e5 100644
--- a/plugins/eg-sampler.lv2/sampler.ttl
+++ b/plugins/eg-sampler.lv2/sampler.ttl
@@ -57,7 +57,7 @@
] ;
state:state [
<http://lv2plug.in/plugins/eg-sampler#sample> <click.wav> ;
- <http://lv2plug.in/plugins/eg-sampler#gain> 1.0
+ param:gain 1.0
] .
<http://lv2plug.in/plugins/eg-sampler#ui>