Unify lfo functions
This commit is contained in:
parent
11e3da0552
commit
4b08dd8447
2 changed files with 30 additions and 25 deletions
|
|
@ -457,7 +457,7 @@ function connectLFO(idx, params, nodeTracker) {
|
|||
min,
|
||||
max,
|
||||
};
|
||||
const lfoNode = getCustomLfo(getAudioContext(), modParams);
|
||||
const lfoNode = getLfo(getAudioContext(), modParams);
|
||||
nodeTracker[`lfo${idx}`] = [lfoNode];
|
||||
targetParams.forEach((t) => lfoNode.connect(t));
|
||||
return lfoNode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue