diff options
author | David Robillard <d@drobilla.net> | 2012-11-16 01:15:20 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-11-16 01:15:20 +0000 |
commit | 1c944d0d1644946329626c0e4dea38121ab7a0b3 (patch) | |
tree | 40457a17bc47ae3b1d140cc18e54667a9cd2e4e5 /lv2/lv2plug.in | |
parent | e9aa96aaca0f745a23db27a9def6170dd0e26380 (diff) | |
download | lv2-1c944d0d1644946329626c0e4dea38121ab7a0b3.tar.xz |
Add metronome example plugin to demonstrate precise tempo sync.
Diffstat (limited to 'lv2/lv2plug.in')
-rw-r--r-- | lv2/lv2plug.in/ns/meta/meta.ttl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/meta/meta.ttl b/lv2/lv2plug.in/ns/meta/meta.ttl index 836c82e..961e11c 100644 --- a/lv2/lv2plug.in/ns/meta/meta.ttl +++ b/lv2/lv2plug.in/ns/meta/meta.ttl @@ -48,6 +48,13 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R meta:kfoltman , meta:paniq ; doap:release [ + doap:revision "1.2.1" ; + dcs:changeset [ + dcs:item [ + rdfs:label "Add metronome example plugin to demonstrate precise tempo sync." + ] + ] + ] , [ doap:revision "1.2.0" ; doap:created "2012-10-14" ; doap:file-release <http://lv2plug.in/spec/lv2-1.2.0.tar.bz2> ; |