summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorJohannes Mueller <github@johannes-mueller.org>2017-08-03 13:18:42 +0200
committerJohannes Mueller <github@johannes-mueller.org>2018-05-12 19:49:18 +0200
commit37d2a7bc95bc509680c13ba70dae722f064fae25 (patch)
treee281cdf28276190444b7edac13327a8e1c3c11cc /libs
parentbce3497d2ae62e895c6ceb9755d2c10bc62cab7c (diff)
Adjust default parameters of a-expander
Diffstat (limited to 'libs')
-rw-r--r--libs/plugins/a-exp.lv2/a-exp#stereo.ttl.in6
-rw-r--r--libs/plugins/a-exp.lv2/a-exp.ttl.in6
2 files changed, 6 insertions, 6 deletions
diff --git a/libs/plugins/a-exp.lv2/a-exp#stereo.ttl.in b/libs/plugins/a-exp.lv2/a-exp#stereo.ttl.in
index 6c79a0c094..11b3c5de4c 100644
--- a/libs/plugins/a-exp.lv2/a-exp#stereo.ttl.in
+++ b/libs/plugins/a-exp.lv2/a-exp#stereo.ttl.in
@@ -22,7 +22,7 @@
lv2:index 0 ;
lv2:name "Attack" ;
lv2:symbol "att" ;
- lv2:default 10.000000 ;
+ lv2:default 0.100000 ;
lv2:minimum 0.100000 ;
lv2:maximum 100.000000 ;
unit:unit unit:ms ;
@@ -32,7 +32,7 @@
lv2:index 1 ;
lv2:name "Release" ;
lv2:symbol "rel" ;
- lv2:default 80.000000 ;
+ lv2:default 500.00000 ;
lv2:minimum 1.000000 ;
lv2:maximum 2000.000000 ;
unit:unit unit:ms ;
@@ -67,7 +67,7 @@
lv2:index 4 ;
lv2:name "Threshold" ;
lv2:symbol "thr" ;
- lv2:default 0.000000 ;
+ lv2:default -30.00000 ;
lv2:minimum -60.000000 ;
lv2:maximum 0.000000 ;
unit:unit unit:db ;
diff --git a/libs/plugins/a-exp.lv2/a-exp.ttl.in b/libs/plugins/a-exp.lv2/a-exp.ttl.in
index 5564cb4e5c..43ed84fbbf 100644
--- a/libs/plugins/a-exp.lv2/a-exp.ttl.in
+++ b/libs/plugins/a-exp.lv2/a-exp.ttl.in
@@ -22,7 +22,7 @@
lv2:index 0 ;
lv2:name "Attack" ;
lv2:symbol "att" ;
- lv2:default 10.000000 ;
+ lv2:default 0.100000 ;
lv2:minimum 0.100000 ;
lv2:maximum 100.000000 ;
unit:unit unit:ms ;
@@ -32,7 +32,7 @@
lv2:index 1 ;
lv2:name "Release" ;
lv2:symbol "rel" ;
- lv2:default 80.000000 ;
+ lv2:default 500.00000 ;
lv2:minimum 1.000000 ;
lv2:maximum 2000.000000 ;
unit:unit unit:ms ;
@@ -67,7 +67,7 @@
lv2:index 4 ;
lv2:name "Threshold" ;
lv2:symbol "thr" ;
- lv2:default 0.000000 ;
+ lv2:default -30.00000 ;
lv2:minimum -60.000000 ;
lv2:maximum 0.000000 ;
unit:unit unit:db ;