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
When using Regions: when event "region-out" is triggered, and I move the player to the next region, events "region-in" and "region-out" alternatingly keep triggering
#3658
I'm trying to create a setup where only regions are played. After one region is played, wavesurfer jumps to the next region.
Bug description
When using Regions: when event "region-out" is triggered, and I move the player to the next region, events "region-in" and "region-out" alternatingly keep triggering
I'm trying to create a setup where only regions are played. After one region is played, wavesurfer jumps to the next region.
Bug description
When using Regions: when event "region-out" is triggered, and I move the player to the next region, events "region-in" and "region-out" alternatingly keep triggering
Environment
Minimal code snippet
https://codepen.io/pmcp/pen/eYojavM
Expected result
I expect the the player to start playing the next region when it exists the previous one.
Obtained result
It keeps firing "region-out", which creates an infinite loop
The text was updated successfully, but these errors were encountered: