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
I would assume, that loop_region(..) or at least loop(..duration) would be enough to let it loop, but when I do so, the track is only played one time. What is the expected behavior of the loop_region function?
The text was updated successfully, but these errors were encountered:
hasenbanck
changed the title
What is the expected behavior of "loop"?
What is the expected behavior of loop_region?
Dec 29, 2024
I had to write following patch in our project, where we use kira as the audio engine, so that the background music is properly looping:
vE5li/korangar@18c2924
I would assume, that
loop_region(..)
or at leastloop(..duration)
would be enough to let it loop, but when I do so, the track is only played one time. What is the expected behavior of theloop_region
function?The text was updated successfully, but these errors were encountered: