I am playing multiple playlists simultaneously, because I have a base 16 bars loop (sequence continuous), on which are layered 4 bars segments (random continuous). Since the loop periodicity is not the same, I need two playlists, and they need to be synchronized.
So I am using an event to start the playlists at the same time.
I also have states in the 16 bars playlist, and the tracks are set to change at "Next Grid", with a 0 transition time. When I play the playlist itself, from transport control or the soundcaster, and change the state, the change happens correctly instantly at the next grid position.
But when I use the event to start both playlists, and change the state (either in the transport control or the Soundcaster), the tracks change immediately with a little 1sec fade, as if ignoring all parameters set in the tracks and the state group.
Is this a bug? What am I doing wrong and how to fix it?