This commit is contained in:
Jade (Rose) Rowland 2025-11-22 22:49:23 -05:00
parent 2518b2aed2
commit 30e672a027
2 changed files with 23 additions and 6 deletions

View file

@ -559,7 +559,7 @@ export const superdough = async (value, t, hapDuration, cps = 0.5, cycle = 0.5)
};
const lpParams = pickAndRename(value, lpMap);
lpParams.type = 'lowpass';
let lp = () => createFilter(ac, t, end, lpParams, cps);
let lp = () => createFilter(ac, t, end, lpParams, cps, cycle);
chain.push(lp());
if (ftype === '24db') {
chain.push(lp());