Working version for compressor, filter, supersaw, wavetable
This commit is contained in:
parent
6610713018
commit
4321814d36
4 changed files with 23 additions and 13 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue