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
Describe the bug
I had a link for minimal Reproduce https://codesandbox.io/p/sandbox/gwmyw7?file=%2Fsrc%2FApp.js%3A33%2C43
I had two button to invoke two loop, in one loop i had a schedule to release synth after triggerAttck, if I only invoke the this loop, the scheduled triggerRelease will invoke in correct time
but if i invoke second loop firstly, then change bpm and invoke first loop, the scheduled triggerRelease will not invoke.
Describe the bug
I had a link for minimal Reproduce https://codesandbox.io/p/sandbox/gwmyw7?file=%2Fsrc%2FApp.js%3A33%2C43
I had two button to invoke two loop, in one loop i had a schedule to release synth after triggerAttck, if I only invoke the this loop, the scheduled triggerRelease will invoke in correct time
but if i invoke second loop firstly, then change bpm and invoke first loop, the scheduled triggerRelease will not invoke.
To Reproduce
https://codesandbox.io/p/sandbox/gwmyw7?file=%2Fsrc%2FApp.js%3A33%2C43
Expected behavior
scheduled triggerRelease will invoke correctly
What I've tried
I've tried replace loop with scheduleRepeat, but get the same result
Additional context
if the bpm is the same, it seems scheduled triggerRelease will invoke correctly, but in my app, change bpm is a essential part
The text was updated successfully, but these errors were encountered: