add missing controls

This commit is contained in:
Felix Roos 2023-09-08 01:41:11 +02:00
parent e2711ba911
commit 75a974643b
2 changed files with 13 additions and 1 deletions

View file

@ -255,7 +255,6 @@ export const superdough = async (value, deadline, hapDuration) => {
chain.push(gainNode(gain));
if (cutoff !== undefined) {
console.log('lpattack', lpattack);
let lp = () =>
createFilter(ac, 'lowpass', cutoff, resonance, lpattack, lpdecay, lpsustain, lprelease, fenv, t, t + hapDuration);
chain.push(lp());