summaryrefslogtreecommitdiff
path: root/libs/plugins
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-08-13 14:51:57 +0200
committerRobin Gareus <robin@gareus.org>2016-08-13 14:51:57 +0200
commit613ae0c110a8d2dad7713514c2810852bc3941e9 (patch)
tree46e7470b2c59d5282d34eec933a67a6415763370 /libs/plugins
parent313a32981ecd027e2f2b654dd57e56aea87a9227 (diff)
Nobody expects the LV2 inquisition!
Diffstat (limited to 'libs/plugins')
-rw-r--r--libs/plugins/a-comp.lv2/a-comp#stereo.ttl.in5
-rw-r--r--libs/plugins/a-comp.lv2/a-comp.ttl.in5
-rw-r--r--libs/plugins/a-delay.lv2/a-delay.ttl.in23
-rw-r--r--libs/plugins/a-eq.lv2/a-eq.ttl.in1
-rw-r--r--libs/plugins/a-reverb.lv2/a-reverb.ttl.in13
5 files changed, 26 insertions, 21 deletions
diff --git a/libs/plugins/a-comp.lv2/a-comp#stereo.ttl.in b/libs/plugins/a-comp.lv2/a-comp#stereo.ttl.in
index 591d9c8d83..59f2b83c7a 100644
--- a/libs/plugins/a-comp.lv2/a-comp#stereo.ttl.in
+++ b/libs/plugins/a-comp.lv2/a-comp#stereo.ttl.in
@@ -13,7 +13,8 @@
<urn:ardour:a-comp#stereo>
a lv2:Plugin, doap:Project, lv2:CompressorPlugin ;
- lv2:optionalFeature <http://lv2plug.in/ns/lv2core#hardRTCapable>;
+ lv2:optionalFeature <http://lv2plug.in/ns/lv2core#hardRTCapable> ;
+ lv2:optionalFeature <http://harrisonconsoles.com/lv2/inlinedisplay#queue_draw> ;
lv2:port [
a lv2:InputPort, lv2:ControlPort ;
@@ -128,7 +129,7 @@
lv2:index 11 ;
lv2:symbol "sidechain_in" ;
lv2:name "Sidechain Input" ;
- lv2:portProperty lv2:isSideChain;
+ lv2:portProperty lv2:isSideChain ;
],
[
a lv2:OutputPort, lv2:AudioPort ;
diff --git a/libs/plugins/a-comp.lv2/a-comp.ttl.in b/libs/plugins/a-comp.lv2/a-comp.ttl.in
index 058fab8a1e..7a962fac5d 100644
--- a/libs/plugins/a-comp.lv2/a-comp.ttl.in
+++ b/libs/plugins/a-comp.lv2/a-comp.ttl.in
@@ -13,7 +13,8 @@
<urn:ardour:a-comp>
a lv2:Plugin, doap:Project, lv2:CompressorPlugin ;
- lv2:optionalFeature <http://lv2plug.in/ns/lv2core#hardRTCapable>;
+ lv2:optionalFeature <http://lv2plug.in/ns/lv2core#hardRTCapable> ;
+ lv2:optionalFeature <http://harrisonconsoles.com/lv2/inlinedisplay#queue_draw> ;
lv2:port [
a lv2:InputPort, lv2:ControlPort ;
@@ -122,7 +123,7 @@
lv2:index 10 ;
lv2:symbol "lv2_sidechain_in" ;
lv2:name "Sidechain Input" ;
- lv2:portProperty lv2:isSideChain;
+ lv2:portProperty lv2:isSideChain ;
],
[
a lv2:OutputPort, lv2:AudioPort ;
diff --git a/libs/plugins/a-delay.lv2/a-delay.ttl.in b/libs/plugins/a-delay.lv2/a-delay.ttl.in
index 2e29038c3c..ee90c50b98 100644
--- a/libs/plugins/a-delay.lv2/a-delay.ttl.in
+++ b/libs/plugins/a-delay.lv2/a-delay.ttl.in
@@ -15,7 +15,8 @@
<urn:ardour:a-delay>
a lv2:Plugin, doap:Project, lv2:DelayPlugin ;
- lv2:optionalFeature <http://lv2plug.in/ns/lv2core#hardRTCapable>;
+ lv2:optionalFeature <http://lv2plug.in/ns/lv2core#hardRTCapable> ;
+ lv2:optionalFeature <http://harrisonconsoles.com/lv2/inlinedisplay#queue_draw> ;
lv2:requiredFeature <http://lv2plug.in/ns/ext/options#options> ,
<http://lv2plug.in/ns/ext/urid#map> ;
@@ -86,16 +87,16 @@
lv2:portProperty <http://lv2plug.in/ns/ext/port-props#hasStrictBounds> ;
lv2:portProperty lv2:enumeration ;
lv2:portProperty lv2:integer ;
- lv2:scalePoint [ rdfs:label "a - Whole note"; rdf:value 1 ] ;
- lv2:scalePoint [ rdfs:label "b - Half note"; rdf:value 2 ] ;
- lv2:scalePoint [ rdfs:label "c - ♩"; rdf:value 4 ] ;
- lv2:scalePoint [ rdfs:label "d - ♪"; rdf:value 8 ] ;
- lv2:scalePoint [ rdfs:label "e - ♬"; rdf:value 16 ] ;
- lv2:scalePoint [ rdfs:label "f - 32nd note"; rdf:value 32 ] ;
- lv2:scalePoint [ rdfs:label "g - ♩³ (Triplet)"; rdf:value 6 ] ;
- lv2:scalePoint [ rdfs:label "h - ♪³ (Triplet)"; rdf:value 12 ] ;
- lv2:scalePoint [ rdfs:label "i - ♬³ (Triplet)"; rdf:value 24 ] ;
- lv2:scalePoint [ rdfs:label "j - 32nd note (Triplet)"; rdf:value 48 ] ;
+ lv2:scalePoint [ rdfs:label "a - Whole note" ; rdf:value 1 ] ;
+ lv2:scalePoint [ rdfs:label "b - Half note" ; rdf:value 2 ] ;
+ lv2:scalePoint [ rdfs:label "c - ♩" ; rdf:value 4 ] ;
+ lv2:scalePoint [ rdfs:label "d - ♪" ; rdf:value 8 ] ;
+ lv2:scalePoint [ rdfs:label "e - ♬" ; rdf:value 16 ] ;
+ lv2:scalePoint [ rdfs:label "f - 32nd note" ; rdf:value 32 ] ;
+ lv2:scalePoint [ rdfs:label "g - ♩³ (Triplet)" ; rdf:value 6 ] ;
+ lv2:scalePoint [ rdfs:label "h - ♪³ (Triplet)" ; rdf:value 12 ] ;
+ lv2:scalePoint [ rdfs:label "i - ♬³ (Triplet)" ; rdf:value 24 ] ;
+ lv2:scalePoint [ rdfs:label "j - 32nd note (Triplet)" ; rdf:value 48 ] ;
] ,
[
a lv2:InputPort, lv2:ControlPort ;
diff --git a/libs/plugins/a-eq.lv2/a-eq.ttl.in b/libs/plugins/a-eq.lv2/a-eq.ttl.in
index 429e8ea760..eafd2fa952 100644
--- a/libs/plugins/a-eq.lv2/a-eq.ttl.in
+++ b/libs/plugins/a-eq.lv2/a-eq.ttl.in
@@ -25,6 +25,7 @@ unit:hz0
a lv2:Plugin, doap:Project, lv2:FilterPlugin ;
lv2:optionalFeature <http://lv2plug.in/ns/lv2core#hardRTCapable> ;
+ lv2:optionalFeature <http://harrisonconsoles.com/lv2/inlinedisplay#queue_draw> ;
lv2:requiredFeature <http://lv2plug.in/ns/ext/options#options> ,
<http://lv2plug.in/ns/ext/urid#map> ;
diff --git a/libs/plugins/a-reverb.lv2/a-reverb.ttl.in b/libs/plugins/a-reverb.lv2/a-reverb.ttl.in
index df9a5d2acd..a543631c00 100644
--- a/libs/plugins/a-reverb.lv2/a-reverb.ttl.in
+++ b/libs/plugins/a-reverb.lv2/a-reverb.ttl.in
@@ -14,14 +14,15 @@
<urn:ardour:a-reverb>
a doap:Project, lv2:Plugin, lv2:SpatialPlugin ;
- doap:name "a-Reverb";
- rdfs:comment "A Schroeder Reverberator";
+ doap:name "a-Reverb" ;
+ rdfs:comment "A Schroeder Reverberator" ;
doap:maintainer <http://ardour.org/credits.html> ;
doap:license <http://usefulinc.com/doap/licenses/gpl> ;
lv2:microVersion 0 ; lv2:minorVersion 2 ;
lv2:optionalFeature lv2:hardRTCapable ;
+ lv2:optionalFeature <http://harrisonconsoles.com/lv2/inlinedisplay#queue_draw> ;
lv2:port
[
@@ -57,8 +58,8 @@
lv2:ControlPort ;
lv2:index 4 ;
lv2:symbol "blend" ;
- lv2:name "Blend";
- lv2:default 0.3;
+ lv2:name "Blend" ;
+ lv2:default 0.3 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
],
@@ -67,8 +68,8 @@
lv2:ControlPort ;
lv2:index 5 ;
lv2:symbol "roomsz" ;
- lv2:name "Room Size";
- lv2:default 0.5;
+ lv2:name "Room Size" ;
+ lv2:default 0.5 ;
lv2:minimum 0.5 ;
lv2:maximum 1.0 ;
] .