From abd1b0e2fdab10cc2f5e6042f2be81396821e8f0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 25 Jul 2015 17:23:43 +0000 Subject: Add missing default values. git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@5700 a436a847-0d15-0410-975c-d299462d15a1 --- NEWS | 3 ++- fomp.lv2/cs_phaser1.ttl | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 307e076..05bfc37 100644 --- a/NEWS +++ b/NEWS @@ -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 Sat, 25 Jul 2015 13:03:27 -0400 + -- David Robillard 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" ] ; -- cgit v1.2.1