[perf] fix connect-leak in delay effect
This commit is contained in:
parent
dd2c808cd7
commit
8ed72b4573
2 changed files with 3 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue