Typo - add back slight delay in cleanup

This commit is contained in:
Aria 2025-09-25 00:40:25 -07:00
parent 96981c3c1d
commit f8f42565ae

View file

@ -193,7 +193,7 @@ async function onTriggerSynth(t, value, onended, bank, frameLen) {
const { tableUrl, label } = getTableInfo(value, bank);
const payload = await loadWavetableFrames(tableUrl, label, frameLen);
const holdEnd = t + duration;
const envEnd = holdEnd + release;
const envEnd = holdEnd + release + 0.01;
const source = getWorklet(
ac,
'wavetable-oscillator-processor',