diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | fomp.lv2/mvclpf4.ttl | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,9 +1,11 @@ fomp (1.0.1) unstable; * Fix phaser plugin data and list phasers in manifest + * Fix port symbol for MVCLPF4 input gain + (technically breaks state compatibility, but old symbol was an oversight) * Add reverb and reverb_amb - -- David Robillard <d@drobilla.net> Mon, 05 May 2014 11:42:01 +0200 + -- David Robillard <d@drobilla.net> Mon, 23 Feb 2015 19:45:40 -0500 fomp (1.0.0) stable; diff --git a/fomp.lv2/mvclpf4.ttl b/fomp.lv2/mvclpf4.ttl index e1bcc00..8c7c9e0 100644 --- a/fomp.lv2/mvclpf4.ttl +++ b/fomp.lv2/mvclpf4.ttl @@ -55,7 +55,7 @@ fomp:mvclpf4 lv2:maximum 10.0 ; lv2:minimum -60.0 ; lv2:name "Input gain" ; - lv2:symbol "port5" ; + lv2:symbol "in_gain" ; units:unit units:db ] , [ a lv2:ControlPort , |