aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns
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 /lv2/lv2plug.in/ns
parentea1229258e449fb11708b1f97a528ab56264bbbd (diff)
downloadlv2-6e19a062b248de1a5de60e5782ef4a8bb2826f47.tar.xz
Add gain parameter to eg-sampler.
Diffstat (limited to 'lv2/lv2plug.in/ns')
-rw-r--r--lv2/lv2plug.in/ns/meta/meta.ttl4
1 files changed, 3 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/meta/meta.ttl b/lv2/lv2plug.in/ns/meta/meta.ttl
index a192412..aab2456 100644
--- a/lv2/lv2plug.in/ns/meta/meta.ttl
+++ b/lv2/lv2plug.in/ns/meta/meta.ttl
@@ -49,12 +49,14 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R
meta:paniq ;
doap:release [
doap:revision "1.11.0" ;
- doap:created "2014-10-31" ;
+ doap:created "2014-11-01" ;
dcs:blame <http://drobilla.net/drobilla#me> ;
dcs:changeset [
dcs:item [
rdfs:label "eg-sampler: Support patch:Get, and request initial state from UI."
] , [
+ rdfs:label "eg-sampler: Add gain parameter."
+ ] , [
rdfs:label "Fix merging of version histories in specification documentation."
]
]