aboutsummaryrefslogtreecommitdiffstats
path: root/mda.lv2/TestTone.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'mda.lv2/TestTone.ttl')
-rw-r--r--mda.lv2/TestTone.ttl6
1 files changed, 3 insertions, 3 deletions
diff --git a/mda.lv2/TestTone.ttl b/mda.lv2/TestTone.ttl
index 32a6887..b0a5e37 100644
--- a/mda.lv2/TestTone.ttl
+++ b/mda.lv2/TestTone.ttl
@@ -22,7 +22,7 @@ mda:TestTone
lv2:index 0 ;
lv2:name "Mode" ;
lv2:symbol "mode" ;
- lv2:default 0.47 ;
+ lv2:default 0.0 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
lv2:portProperty lv2:enumeration ;
@@ -115,7 +115,7 @@ mda:TestTone
lv2:index 6 ;
lv2:name "Thru" ;
lv2:symbol "thru" ;
- lv2:default 0 ;
+ lv2:default 0.0 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
rdfs:comment "Allow the input signal to pass through the plug-in"
@@ -125,7 +125,7 @@ mda:TestTone
lv2:index 7 ;
lv2:name "Zero dB" ;
lv2:symbol "zero_db" ;
- lv2:default 1 ;
+ lv2:default 1.0 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
rdfs:comment "Calibrate output so indicated level is relative to, for example -0.01 dB FS or -18 dB FS"