From 5621caa6f182389c100855266abd3deca3369165 Mon Sep 17 00:00:00 2001 From: Filipe Coelho Date: Sat, 28 Nov 2020 14:17:28 +0000 Subject: eg-sampler: Fix default gain value The initial gain coefficient in the code is 1.0 (full volume). The parameter itself is in dB, though, so the matching external default value is zero. --- plugins/eg-sampler.lv2/sampler.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/eg-sampler.lv2/sampler.ttl b/plugins/eg-sampler.lv2/sampler.ttl index f5088f3..4a3c24c 100644 --- a/plugins/eg-sampler.lv2/sampler.ttl +++ b/plugins/eg-sampler.lv2/sampler.ttl @@ -58,7 +58,7 @@ ] ; state:state [ ; - param:gain "1.0"^^xsd:float + param:gain "0.0"^^xsd:float ] . -- cgit v1.2.1