mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
[perf] fix connect-leak from audioworklet=>param in lfo/tremolo
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user