Working version for compressor, filter, supersaw, wavetable

This commit is contained in:
Aria 2025-12-04 13:04:33 -06:00
parent 6610713018
commit 4321814d36
4 changed files with 23 additions and 13 deletions

View file

@ -226,7 +226,7 @@ export async function onTriggerSynth(t, value, onended, tables, cps, frameLen) {
const envEnd = endWithRelease + 0.01;
const params = {
begin: t,
end: envEnd + 0.5, // add a grace period for pooling
end: envEnd,
frequency,
freqspread: value.detune,
position: value.wt,