fixed output

This commit is contained in:
Jade (Rose) Rowland 2024-03-03 22:05:00 -05:00
parent 823c208c71
commit e839c271cd
2 changed files with 28 additions and 26 deletions

View file

@ -67,7 +67,7 @@ export function registerSynthSounds() {
const envGain = gainNode(1);
node = node.connect(envGain);
getParamADSR(node.gain, attack, decay, sustain, release, 0, 0.3, begin, holdend, 'linear');
getParamADSR(node.gain, attack, decay, sustain, release, 0, 0.1, begin, holdend, 'linear');
return {
node,