diff options
Diffstat (limited to 'mda.lv2/Dynamics.ttl')
-rw-r--r-- | mda.lv2/Dynamics.ttl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mda.lv2/Dynamics.ttl b/mda.lv2/Dynamics.ttl index 5cfd71f..4970b8c 100644 --- a/mda.lv2/Dynamics.ttl +++ b/mda.lv2/Dynamics.ttl @@ -68,7 +68,7 @@ mda:Dynamics lv2:index 5 ; lv2:name "Limiter" ; lv2:symbol "limiter" ; - lv2:default 1 ; + lv2:default 1.0 ; lv2:minimum 0.0 ; lv2:maximum 1.0 ; rdfs:comment "Limiter threshold - the limiter has zero attack time but uses the same release time as the compressor" @@ -105,7 +105,7 @@ mda:Dynamics lv2:index 9 ; lv2:name "Mix" ; lv2:symbol "mix" ; - lv2:default 1 ; + lv2:default 1.0 ; lv2:minimum 0.0 ; lv2:maximum 1.0 ] , [ |