diff options
Diffstat (limited to 'mda.lv2/Tracker.ttl')
-rw-r--r-- | mda.lv2/Tracker.ttl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mda.lv2/Tracker.ttl b/mda.lv2/Tracker.ttl index 75fe128..c9b416e 100644 --- a/mda.lv2/Tracker.ttl +++ b/mda.lv2/Tracker.ttl @@ -25,7 +25,7 @@ This plug can be used with white or pink noise inputs to generate random pitch s lv2:index 0 ; lv2:name "Mode" ; lv2:symbol "mode" ; - lv2:default 0 ; + lv2:default 0.0 ; lv2:minimum 0.0 ; lv2:maximum 1.0 ; lv2:portProperty lv2:enumeration ; @@ -51,7 +51,7 @@ This plug can be used with white or pink noise inputs to generate random pitch s lv2:index 1 ; lv2:name "Dynamics" ; lv2:symbol "dynamics" ; - lv2:default 1 ; + lv2:default 1.0 ; lv2:minimum 0.0 ; lv2:maximum 1.0 ; rdfs:comment "Apply dynamics of input signal to generated output" @@ -61,7 +61,7 @@ This plug can be used with white or pink noise inputs to generate random pitch s lv2:index 2 ; lv2:name "Mix" ; lv2:symbol "mix" ; - lv2:default 1 ; + lv2:default 1.0 ; lv2:minimum 0.0 ; lv2:maximum 1.0 ; rdfs:comment "Wet/dry mix" |