fixed output
This commit is contained in:
parent
823c208c71
commit
e839c271cd
2 changed files with 28 additions and 26 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue