You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add failing test case where NodeCollection would panic
This issue arises when a graph involves nodes connecting to audio
params. E.g. constant src -> playback rate -> buffer src.
The playbackrate param is dropped alongside the buffer src if it has
ended, but this leaves an edge from the constant src in place.
To solve this we probably need a bit more refactoring, stay tuned
0 commit comments