aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2020-08-02 22:26:32 +0200
committerHarald Eilertsen <haraldei@anduin.net>2020-08-02 22:26:32 +0200
commit3338e9d4c7816ee3281c304c5dae6ade5dca6a41 (patch)
treee8f78c274679c5b9f0b958520d6f7b7313f0c6f4
parentfd75634c759a42cf9f8cb3906eda103bd9bdb914 (diff)
downloadairwindows-lv2-port-3338e9d4c7816ee3281c304c5dae6ade5dca6a41.tar.gz
airwindows-lv2-port-3338e9d4c7816ee3281c304c5dae6ade5dca6a41.tar.bz2
airwindows-lv2-port-3338e9d4c7816ee3281c304c5dae6ade5dca6a41.zip
LV2: Fix incorrect min values for Air plugin.
-rw-r--r--plugins/LV2/src/Air/Air.ttl4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/LV2/src/Air/Air.ttl b/plugins/LV2/src/Air/Air.ttl
index 0bcffc9..f35daa2 100644
--- a/plugins/LV2/src/Air/Air.ttl
+++ b/plugins/LV2/src/Air/Air.ttl
@@ -43,7 +43,7 @@
lv2:symbol "D" ;
lv2:name "filters Q" ;
lv2:default 0.5 ;
- lv2:minimum 1.0 ;
+ lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
] , [
a lv2:InputPort , lv2:ControlPort ;
@@ -51,7 +51,7 @@
lv2:symbol "E" ;
lv2:name "Output level" ;
lv2:default 0.5 ;
- lv2:minimum 1.0 ;
+ lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
] , [
a lv2:InputPort , lv2:ControlPort ;