13
0

clean up plugin ttls - always add semicolon for compatibility

This commit is contained in:
Robin Gareus 2016-08-09 22:00:29 +02:00
parent 00f12dc395
commit dd88461942
5 changed files with 6 additions and 10 deletions

View File

@ -149,7 +149,7 @@ A powerful stereo compressor.
doap:name "a-Compressor stereo" ;
doap:license "GPL v2+" ;
doap:maintainer <http://ardour.org/credits.html>
doap:maintainer <http://ardour.org/credits.html> ;
lv2:microVersion 1 ;
lv2:minorVersion 1 .

View File

@ -137,7 +137,7 @@ A powerful mono compressor.
doap:name "a-Compressor" ;
doap:license <http://usefulinc.com/doap/licenses/gpl> ;
doap:maintainer <http://ardour.org/credits.html>
doap:maintainer <http://ardour.org/credits.html> ;
lv2:microVersion 1 ;
lv2:minorVersion 1 .

View File

@ -155,9 +155,7 @@ A simple delay plugin
doap:name "a-Delay" ;
doap:license "GPL v2+" ;
doap:maintainer <http://ardour.org/credits.html>
# ui:ui <urn:ardour:a-delay#ui>;
doap:maintainer <http://ardour.org/credits.html> ;
lv2:microVersion 1 ;
lv2:minorVersion 1 .

View File

@ -285,9 +285,7 @@ A basic 4 band EQ.
doap:name "a-EQ" ;
doap:license "GPL v2+" ;
doap:maintainer <http://ardour.org/credits.html>
# ui:ui <urn:ardour:a-eq#ui>;
doap:maintainer <http://ardour.org/credits.html> ;
lv2:microVersion 0 ;
lv2:minorVersion 1 .

View File

@ -15,9 +15,9 @@
a doap:Project, lv2:Plugin, lv2:SpatialPlugin ;
doap:name "a-Reverb";
rdfs:comment "A Schroeder Reverberator"
rdfs:comment "A Schroeder Reverberator";
doap:maintainer <http://ardour.org/credits.html>
doap:maintainer <http://ardour.org/credits.html> ;
doap:license <http://usefulinc.com/doap/licenses/gpl> ;
lv2:microVersion 0 ; lv2:minorVersion 2 ;