Remove internal LFO
This commit is contained in:
parent
02cd79a6d9
commit
d1869c18ba
2 changed files with 3 additions and 7 deletions
|
|
@ -232,7 +232,7 @@ async function onTriggerSynth(t, value, onended, bank, frameLen) {
|
|||
|
||||
const out = ac.createGain(); // we need a separate gain for the cutgroups because firefox...
|
||||
node.connect(out);
|
||||
let handle = { node: out, bufferSource: source };
|
||||
let handle = { node: out, bufferSource: source, oscillator: worklet };
|
||||
let timeoutNode = webAudioTimeout(
|
||||
ac,
|
||||
() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue