[perf] fix connect-leak from audioworklet=>param in lfo/tremolo

This commit is contained in:
jeromew
2025-11-24 16:33:20 +00:00
parent 132a124644
commit f0d49e0e22
+1
View File
@@ -665,6 +665,7 @@ export const superdough = async (value, t, hapDuration, cps = 0.5, cycle = 0.5)
curve: 1.5,
});
lfo.connect(amGain.gain);
audioNodes.push(lfo);
chain.push(amGain);
}