Priority issue between loop and transition regions

Hi there,

I’m experiencing issues with the prioritization of loop and transition regions.
Specifically, I have an event where the playhead should jump to the tail when the event is stopped. This always works as expected, except when the playhead is within the transition timeline of the loop region (as shown in the attached screenshot). In that case, if the event is stopped, the playhead waits until the entire transition timeline has finished before jumping to the tail, which is not the desired behavior.

From my understanding of the manual, the topmost region/marker should always have the highest priority, but that doesn’t seem to be happening here. Am I missing something?

You cannot begin a transition while the playback position is within a transition timeline*. This is a technical limitation of how transition timelines work under-the-hood.

If you want to be able to begin a transition while within your transition timeline, you must remove the transition timeline or replace it with some equivalent kind of timeline logic, such as jumping to a distant section of the timeline, putting the content of your transition timeline there, and then jumping back to the main timeline.

*There is technically one exception to this rule, but it isn’t relevant to your case.