From e98829c96bf46b40b6b39a183e559b9399c89829 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Mon, 27 Jun 2022 00:26:11 +0200 Subject: [PATCH] tame oscillator gain --- packages/webaudio/webaudio.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webaudio/webaudio.mjs b/packages/webaudio/webaudio.mjs index b1616719..0cb158af 100644 --- a/packages/webaudio/webaudio.mjs +++ b/packages/webaudio/webaudio.mjs @@ -167,7 +167,7 @@ Pattern.prototype.out = function () { chain.push(o); // level down oscillators as they are really loud compared to samples i've tested const g = ac.createGain(); - g.gain.value = 0.5; + g.gain.value = 0.3; chain.push(g); // TODO: make adsr work with samples without pops // envelope