This commit is contained in:
Jade (Rose) Rowland 2025-03-03 21:26:42 -05:00
parent b4af840240
commit 64b99f5a8c
2 changed files with 3 additions and 2 deletions

View file

@ -183,7 +183,7 @@ export function registerSynthSounds() {
end,
);
getParamADSR(envGain.gain, attack, decay, sustain, release, 0, 0.3, begin, holdend, 'linear');
getParamADSR(envGain.gain, attack, decay, sustain, release, 0, 1, begin, holdend, 'linear');
return {
node: envGain,