codeformat
This commit is contained in:
parent
f6f507dd29
commit
1225d04437
2 changed files with 11 additions and 2 deletions
|
|
@ -189,7 +189,7 @@ export function applyParameterModulators(audioContext, param, start, end, envelo
|
|||
getParamADSR(param, attack, decay, sustain, release, min, max, start, holdEnd, curve);
|
||||
}
|
||||
const lfo = getParamLfo(audioContext, param, start, end, lfoValues);
|
||||
return lfo
|
||||
return lfo;
|
||||
}
|
||||
export function createFilter(context, start, end, params, cps, cycle) {
|
||||
let {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue