◢◣ zigzag explore zigzag →

rhythmic patterns

100 s · steady pulse + kick patterns, then a big finale

rhythmic patterns 100 s · steady pulse + kick patterns, then a big finale
0:00 / 1:39
↓ wav ↓ midi

A continuous hi-hat pulse plus a downbeat marker — the grid — with a kick playing four-on-the-floor, downbeats, tresillo, and son clave over it, each looped to lock in. It closes on a long finale: a sub-bass and sixteenth-note hats, with reverb and delay added just for the finale, the whole mix glued by a master OTT-style multiband compressor.

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