Easy rythm alternation

Hello. New to tidal, What if I want to repeat 3 times "bd bd bd bd" and the 4th "~ ~ ~ [bd bd]" please ?
I've tried with every or mask but it's not that way.

1 Like

Maybe something like this?

do
  resetCycles
  d1 $ seqPLoop 
      [
      (0, 3, sound "bd*4"),
      (3, 4, sound "~ ~ ~ [bd bd]")
      ]

Great, Thanks !

This should also work?

d1 $ s "<[bd bd bd bd]!3 [~ ~ ~ [bd bd]]>"

or shorter again

d1 $ s "<[bd!4]!3 [~!3 bd*2]>"

The <> steps through a pattern per cycle

4 Likes

Thanks, this one works too.
Assigned to variables, it's all good for easy transitions with jumpMod.