diff options
author | Filipe Coelho <falktx@falktx.com> | 2020-11-28 00:07:57 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-12-18 10:13:44 +0100 |
commit | d6301787b3bc3192788bc428a75f4895111dc8bd (patch) | |
tree | 1346f808230070fac62fa55ee5ad6a9453d08538 /lv2/core | |
parent | 5621caa6f182389c100855266abd3deca3369165 (diff) | |
download | lv2-d6301787b3bc3192788bc428a75f4895111dc8bd.tar.xz |
eg-sampler: Save and restore gain parameter value
Diffstat (limited to 'lv2/core')
-rw-r--r-- | lv2/core/meta.ttl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lv2/core/meta.ttl b/lv2/core/meta.ttl index 721fba8..20c72b4 100644 --- a/lv2/core/meta.ttl +++ b/lv2/core/meta.ttl @@ -38,6 +38,15 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R meta:kfoltman , meta:paniq ; doap:release [ + doap:revision "1.18.1" ; + doap:created "2020-12-18" ; + dcs:blame <http://drobilla.net/drobilla#me> ; + dcs:changeset [ + dcs:item [ + rdfs:label "eg-sample: Save and restore gain parameter value." + ] + ] + ] , [ doap:revision "1.18.0" ; doap:created "2020-04-26" ; doap:file-release <http://lv2plug.in/spec/lv2-1.18.0.tar.bz2> ; |