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');