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
Noticed that this issue was already raised in the past, the region-out solution proposed doesn't work (doesn't work in the regions example either), the regions keep playing for the length of the entire file.
Browser: Chrome
const region = regionsPlugin.getRegions()[regionIndex]
if (region) {
region.play()
}
The text was updated successfully, but these errors were encountered:
Noticed that this issue was already raised in the past, the region-out solution proposed doesn't work (doesn't work in the regions example either), the regions keep playing for the length of the entire file.
The text was updated successfully, but these errors were encountered: