gain adj
This commit is contained in:
parent
b4af840240
commit
64b99f5a8c
2 changed files with 3 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue