diff options
author | David Robillard <d@drobilla.net> | 2013-03-24 23:55:14 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-03-24 23:55:14 +0000 |
commit | 42c9cc559413c07b7899b3a8c573afcbcb84e3ee (patch) | |
tree | 9f077498d3180004b9000596b5666fe33f187a11 | |
parent | a6acef5894a5086cb9e8952e245bcf959b374f50 (diff) | |
download | lv2-42c9cc559413c07b7899b3a8c573afcbcb84e3ee.tar.xz |
Fix port indices of metronome example.
-rw-r--r-- | lv2/lv2plug.in/ns/meta/meta.ttl | 9 | ||||
-rw-r--r-- | plugins/eg03-metro.lv2/metro.ttl | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/meta/meta.ttl b/lv2/lv2plug.in/ns/meta/meta.ttl index f00a048..e681124 100644 --- a/lv2/lv2plug.in/ns/meta/meta.ttl +++ b/lv2/lv2plug.in/ns/meta/meta.ttl @@ -48,6 +48,15 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R meta:kfoltman , meta:paniq ; doap:release [ + doap:revision "1.4.1" ; + doap:created "2013-03-24" ; + dcs:blame <http://drobilla.net/drobilla#me> ; + dcs:changeset [ + dcs:item [ + rdfs:label "Fix port indices of metronome example." + ] + ] + ] , [ doap:revision "1.4.0" ; doap:created "2013-02-17" ; doap:file-release <http://lv2plug.in/spec/lv2-1.4.0.tar.bz2> ; diff --git a/plugins/eg03-metro.lv2/metro.ttl b/plugins/eg03-metro.lv2/metro.ttl index 694c3bc..8b4af3d 100644 --- a/plugins/eg03-metro.lv2/metro.ttl +++ b/plugins/eg03-metro.lv2/metro.ttl @@ -24,7 +24,7 @@ ] , [ a lv2:AudioPort , lv2:OutputPort ; - lv2:index 2 ; + lv2:index 1 ; lv2:symbol "out" ; lv2:name "Out" ; ] . |