summaryrefslogtreecommitdiff
path: root/libs/plugins/a-comp.lv2/a-comp#stereo.ttl.in
diff options
context:
space:
mode:
Diffstat (limited to 'libs/plugins/a-comp.lv2/a-comp#stereo.ttl.in')
-rw-r--r--libs/plugins/a-comp.lv2/a-comp#stereo.ttl.in27
1 files changed, 19 insertions, 8 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 7b985e84a0..0687c4f451 100644
--- a/libs/plugins/a-comp.lv2/a-comp#stereo.ttl.in
+++ b/libs/plugins/a-comp.lv2/a-comp#stereo.ttl.in
@@ -110,22 +110,27 @@
lv2:minimum 0 ;
lv2:maximum 1 ;
lv2:portProperty lv2:integer, lv2:toggled ;
+ ] ,
+ [
+ a lv2:InputPort, lv2:ControlPort ;
+ lv2:index 9 ;
+ lv2:name "Enable" ;
+ lv2:symbol "enable" ;
+ lv2:default 1 ;
+ lv2:minimum 0 ;
+ lv2:maximum 1 ;
+ lv2:portProperty lv2:integer, lv2:toggled ;
+ lv2:designation <http://ardour.org/lv2/processing#enable>;
] ;
lv2:port [
a lv2:InputPort, lv2:AudioPort ;
- lv2:index 9 ;
+ lv2:index 10 ;
lv2:symbol "in_1" ;
lv2:name "Audio Input 1" ;
] ,
[
a lv2:InputPort, lv2:AudioPort ;
- lv2:index 10 ;
- lv2:symbol "in_2" ;
- lv2:name "Audio Input 2" ;
- ] ,
- [
- a lv2:InputPort, lv2:AudioPort ;
lv2:index 11 ;
lv2:symbol "sidechain_in" ;
lv2:name "Sidechain Input" ;
@@ -138,8 +143,14 @@
lv2:name "Audio Output 1" ;
],
[
- a lv2:OutputPort, lv2:AudioPort ;
+ a lv2:InputPort, lv2:AudioPort ;
lv2:index 13 ;
+ lv2:symbol "in_2" ;
+ lv2:name "Audio Input 2" ;
+ ] ,
+ [
+ a lv2:OutputPort, lv2:AudioPort ;
+ lv2:index 14 ;
lv2:symbol "out_2" ;
lv2:name "Audio Output 2" ;
] ;