aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-07-25 17:23:43 +0000
committerDavid Robillard <d@drobilla.net>2015-07-25 17:23:43 +0000
commitabd1b0e2fdab10cc2f5e6042f2be81396821e8f0 (patch)
treee2eaa35c4d624e24761fdfcadf6ec66de88103fc
parentb57bd620acd857a55987cce2ba33d47ede9ea4fc (diff)
downloadfomp.lv2-abd1b0e2fdab10cc2f5e6042f2be81396821e8f0.tar.gz
fomp.lv2-abd1b0e2fdab10cc2f5e6042f2be81396821e8f0.tar.bz2
fomp.lv2-abd1b0e2fdab10cc2f5e6042f2be81396821e8f0.zip
Add missing default values.
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@5700 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--NEWS3
-rw-r--r--fomp.lv2/cs_phaser1.ttl3
2 files changed, 5 insertions, 1 deletions
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 <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"
] ;