◢◣ zigzag explore zigzag →

808 + hi-hat

2 bars · 90 bpm · closed hat

808 + hi-hat 2 bars · 90 bpm · closed hat
0:00 / 0:05
↓ wav ↓ midi

808 kick on 1 and 3, closed hi-hat 8ths, 2 bars at 90 BPM

A beat is a grid of hits

Two rows, two instruments. An x is a hit, a . is silence:

rows:
- kick
- hat
body: |
  kick  x . . . . . . . x . . . . . . .   # beats 1 and 3
  hat   1 . 1 . 1 . 1 . 1 . 1 . 1 . 1 .   # steady eighths

The kick row points to an 808 drum, the hat row to a closed hi-hat — so the same grid could drive any kit just by aiming the rows at different instruments:

source:
  kind: pattern
  rows:
    kick: kick-808
    hat: hat

(One bar shown; the pattern runs two.) Position is the only thing the grid carries; the sound comes entirely from what each row is pointed at.