prevent filter modulation pops
This commit is contained in:
parent
5fa6cb4653
commit
1d5f3a4f30
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ export function createFilter(context, start, end, params, cps) {
|
||||||
if (sync != null) {
|
if (sync != null) {
|
||||||
rate = cps * sync;
|
rate = cps * sync;
|
||||||
}
|
}
|
||||||
const lfoValues = { depth, dcoffset, skew, shape, frequency: rate };
|
const lfoValues = { depth, dcoffset, skew, shape, frequency: rate, min: 10, max: 20000 };
|
||||||
getParamLfo(context, frequencyParam, start, end, lfoValues);
|
getParamLfo(context, frequencyParam, start, end, lfoValues);
|
||||||
return filter;
|
return filter;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue