[perf] fix connect-leak in delay effect

This commit is contained in:
jeromew 2025-11-20 13:05:41 +00:00
parent dd2c808cd7
commit 8ed72b4573
2 changed files with 3 additions and 2 deletions

View file

@ -82,7 +82,7 @@ export class Orbit {
}
sendDelay(node, amount) {
effectSend(node, this.delayNode, amount);
return effectSend(node, this.delayNode, amount);
}
duck(t, onsettime = 0, attacktime = 0.1, depth = 1) {