From 6d874af45fa980fbf58ed741ec8d8bb6841047af Mon Sep 17 00:00:00 2001 From: "Jade (Rose) Rowland" Date: Sun, 17 Mar 2024 01:27:11 -0400 Subject: [PATCH] fixed end time --- packages/superdough/synth.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/superdough/synth.mjs b/packages/superdough/synth.mjs index bd82cd1a..2f689c2f 100644 --- a/packages/superdough/synth.mjs +++ b/packages/superdough/synth.mjs @@ -119,7 +119,7 @@ export function registerSynthSounds() { vibratoOscillator?.stop(); }, begin, - holdend, + end, ); getParamADSR(envGain.gain, attack, decay, sustain, release, 0, 0.3 * gainAdjustment, begin, holdend, 'linear');