fixed end time

This commit is contained in:
Jade (Rose) Rowland 2024-03-17 01:27:11 -04:00
parent dad18a24fb
commit 6d874af45f

View File

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