Three rows, one grid
You hear three layers, all just positions in the same grid:
rows:
down: one # ← a marker on beat 1 of every bar — "the one"
kick: kick # ← the changing pattern
hat: hat # ← the constant pulse
body: |
down 9 . . . . . . . . . . . . . . . # the downbeat
kick 9 . . . 9 . . . 9 . . . 9 . . . # four on the floor
hat 5 . 5 . 5 . 5 . 5 . 5 . 5 . 5 . # steady eighths
The hat holds a steady eighth pulse, the marker calls out each bar’s one so the meter is unmistakable, and the kick fills different positions over it — four-on-the-floor, downbeats, tresillo, son clave. Three rows of integers; the rhythm is simply which positions each one fills.
The finale
It closes on a long groove — a sub-bass and sixteenth-note hats — that both send to one shared reverb/delay bus, so the whole finale (drums and bass) shares the same space, while a master OTT-style multiband compressor glues the piece:
# each finale track — a dry signal plus an aux send
sends: { finale-fx: 0.4 } # drums (bass sends less)
# the shared bus
finale-fx: { fx_chain: [hall, echo] } # reverb + delay, returned to master
# the whole mix
master_fx: [ott, trim] # multiband-compressor + ceiling