Nobody expects the LV2 inquisition!
This commit is contained in:
parent
313a32981e
commit
613ae0c110
@ -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 ;
|
||||
|
@ -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 ;
|
||||
|
@ -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 ;
|
||||
|
@ -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> ;
|
||||
|
@ -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 ;
|
||||
] .
|
||||
|
Loading…
Reference in New Issue
Block a user