Broken tests, but otherwise working
This commit is contained in:
parent
45aa1f5384
commit
e7d1613bfb
4 changed files with 128 additions and 152 deletions
|
|
@ -374,7 +374,7 @@ export function registerSynthSounds() {
|
|||
const [attack, decay, sustain, release] = getADSRValues(
|
||||
[value.attack, value.decay, value.sustain, value.release],
|
||||
'linear',
|
||||
[0.001, 0.05, 0.6, 0.01],
|
||||
[0.001, 0.05, 1, 0.01],
|
||||
);
|
||||
const holdend = begin + value.duration;
|
||||
const end = holdend + release + 0.01;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue