diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | fomp.lv2/cs_phaser1.ttl | 3 |
2 files changed, 5 insertions, 1 deletions
@@ -4,9 +4,10 @@ fomp (1.1.0) unstable; * Fix port symbol for MVCLPF4 input gain (technically breaks state compatibility, but old symbol was an oversight) * Remove invalid reference to old LADSPA pulse_vco binary + * Add missing default values * Add reverb and reverb_amb - -- David Robillard <d@drobilla.net> Sat, 25 Jul 2015 13:03:27 -0400 + -- David Robillard <d@drobilla.net> Sat, 25 Jul 2015 13:23:20 -0400 fomp (1.0.0) stable; diff --git a/fomp.lv2/cs_phaser1.ttl b/fomp.lv2/cs_phaser1.ttl index 53358da..91aea11 100644 --- a/fomp.lv2/cs_phaser1.ttl +++ b/fomp.lv2/cs_phaser1.ttl @@ -76,6 +76,7 @@ fomp:cs_phaser1 lv2:index 6 ; lv2:maximum 30.0 ; lv2:minimum 1.0 ; + lv2:default 1.0 ; lv2:name "Sections" ; lv2:portProperty lv2:integer ; lv2:symbol "sections" @@ -94,6 +95,7 @@ fomp:cs_phaser1 lv2:index 8 ; lv2:maximum 10.0 ; lv2:minimum 0.0 ; + lv2:default 0.0 ; lv2:name "Exp FM gain" ; lv2:symbol "exp_fm_gain" ] , [ @@ -102,6 +104,7 @@ fomp:cs_phaser1 lv2:index 9 ; lv2:maximum 10.0 ; lv2:minimum 0.0 ; + lv2:default 0.0 ; lv2:name "Lin FM gain" ; lv2:symbol "lin_fm_gain" ] ; |