diff options
author | David Robillard <d@drobilla.net> | 2016-10-19 13:29:07 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-10-19 13:29:33 -0400 |
commit | 2cbbf14674d081c5d3405c12301f84c31285544a (patch) | |
tree | 1c77249a89259cb85d843d730d11bb3f5dde5055 /plugins | |
parent | 1e09eccffc7bba5f71e1198fc021ca950257051f (diff) | |
download | lv2-2cbbf14674d081c5d3405c12301f84c31285544a.tar.xz |
Fix mismatched gain parameter URI
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/eg-sampler.lv2/sampler.ttl | 2 |
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> |