ValentinSvidrigaylov
ValentinSvidrigaylov
First of all, thank you for the answer. > I'm guessing but your `moved` function has some very weird syntax. You're making a copy of the array with slice but...
> One thing I noticed is you're trying to add `Tone.Destination` to the chain. But [the docs](https://tonejs.github.io/docs/14.7.77/Destination.html#chain) say > > > Add a master effects chain. NOTE: this will disconnect...
I found out one more thing: This issue also happens when disposing all effects and then connecting: ```ts effects.map(e=>e.dispose()) mic.disconnect().chain(...effects,Tone.Destination) ``` So I guess I'm just misunderstanding something and doing...
same issue here, same setup as yours, did you manage to fix it somehow?