Can I switch magnet regions during a transition timeline?

I have two magnet regions set to switch between one another depending on a labelled parameter. Each block of audio in the ‘main’ instrument has a tail which should play into the next loop via the loop transition timeline, like so:

Unfortunately, during this transition timeline it won’t switch to the other magnet region. Is there a way around this?

You cannot begin a new transition while the playback position is traversing a transition timeline. This is a technical limitation born of the fact that a transition timeline works by allowing three separate versions of an event instance’s timeline to exist simultaneously; to support transitioning within a transition timeline, the number of simultaneous timelines (and thus the resource cost of an event instance) would be increased substantially.

Not while using magnet regions. If you’re able to switch from magnet regions to transition regions and destination regions, you might be able to work around this limitation by recreate the contents of your transition timelines on a distant section of the main timeline, and transition to that section of the timeline whenever a transition would occur instead of using a transition timeline.

Dang! Makes sense though, but definitely makes things a bit trickier. I’d like to try your solution but I’m having a hard time visualising it. Are you able to provide an example?

My goal is to have the nested events (Kit Lead In and Kit Lead Out) play before switching tracks. I have two variants of the same audio, Unpowered and Powered, with the powered section containing the Kit that I want to lead in and out of.

I’ve placed everything in the one loop and set each track to trigger depending on the Power Status parameter (powered or unpowered). The issue I’m now facing is that the tracks don’t wait for the nested events to finish before switching.

Could I do something in my nested events to command the rest of the tracks to only play after a certain point? Or maybe I could delay the parameter itself?


I was imagining something like this: Instead of putting your content inside the transition timeline, you put it on a distant section of timeline, and set up your markers such that instead of entering the transition timeline, you jump to the distant section of timeline and play whatever content is there.

Because you’re technically never within a transition timeline, you can add transition markers and regions that can move the playback position whenever you want, including during the fake transition timeline.

The tricky part would be building the content of your transition timeline on the distant section of the timeline.

I’m afraid I don’t fully understand what behavior you’re trying to achieve. When you talk about “switching tracks,” do you mean that you’ve set trigger conditions on the instruments, such that they trigger or untrigger based on the value of the parameter? Or something else?