Remove internal LFO

This commit is contained in:
Aria 2025-08-28 16:23:40 -05:00
parent 02cd79a6d9
commit d1869c18ba
2 changed files with 3 additions and 7 deletions

View file

@ -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,
() => {