Connection switching - Runtime

In reply to yash_sand:

Why are you connecting two different sequencers to one driver? The sequencer needs to be typed appropriately for the driver, so wouldn’t both sequencers be of the same type?

If you need to run two sequences in parallel, you should use a virtual sequence.

Perhaps you should explain what you are trying to accomplish.