Add automatable click-free bypass/enable feature to a-eq
[ardour.git] / libs / plugins / a-eq.lv2 / a-eq.ttl.in
index eafd2fa9521fc308004c1e17c623e20679505f6a..9cd8851ec0545b80bb9a4dead4eb1b5636ce4c41 100644 (file)
@@ -264,18 +264,29 @@ unit:hz0
         lv2:minimum 0.000000 ;
         lv2:maximum 1.000000 ;
         lv2:portProperty lv2:toggled ;
-    ] ;
+    ],
+    [
+        a lv2:InputPort, lv2:ControlPort ;
+        lv2:index 23 ;
+        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 23 ;
+        lv2:index 24 ;
         lv2:symbol "in_1" ;
         lv2:name "Audio Input 1" ;
     ] ;
 
     lv2:port [
         a lv2:OutputPort, lv2:AudioPort ;
-        lv2:index 24 ;
+        lv2:index 25 ;
         lv2:symbol "out_1" ;
         lv2:name "Audio Output 1" ;
     ] ;