I've been trying to make a pattern that's part of a cat sequence trigger only once every 4 cycles. Here's my code, which I know isn't working cause I lack the necessary arguments to the every function:
$ slow 2
$ cat[
n "d4 f4"
, n "d4@2 f4 a4"
, every 4 (n "{d4@5 c4@2 f4@2 e4@5}%4")
]
# s "DN"
# midichan 0
# gain 1.2
How can I go about adding this last pattern while still making it trigger only on its fourth repetition?