add missing controls
This commit is contained in:
parent
e2711ba911
commit
75a974643b
2 changed files with 13 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue