02Place events before naming styles

Time & meter

Music needs a shared clock. Tempo sets the clock’s rate; beats are the points we count; subdivision creates editable positions between them; meter groups beats into repeating bars.

tempo
rate
beat
count
subdivision
grid
events + rests
pattern

From BPM to an editable grid

step duration = 60 / BPM / subdivisionAt 120 BPM, one beat lasts 0.5 s. With two steps per beat, each eighth-note position lasts 0.25 s.
track12345678
gridall subdivisionsxxxxxxxx
beatcount 1 2 3 4XXXX
phrasetwo onsetsXx
restnamed silenceX
4/4 · ×21 & · 2 & · 3 & · 4 &X structural onset · x lighter onset · empty = no onset

The familiar sixteen-step sequencer is only one case: one bar can have 6, 8, 12 or 16 editable positions. Compute the grid from meter and subdivision instead of assuming that every bar is 4/4 with sixteenth notes.

3/4 ×2 = 6

Three beats, split into two eighth-note positions each.

4/4 ×4 = 16

Four beats, split into four sixteenth-note positions each.

Tempo and meter answer different questions

CoordinateMeaningExample
TempoHow fast does the reference beat recur?120 BPM
MeterHow are beats grouped and counted?3/4, 4/4, 5/4 [3+2]
SubdivisionHow many editable positions divide one beat?×2 gives eighth-note positions
SwingHow are nominally equal subdivisions displaced?long–short instead of exactly equal

The meter library used by Build

Read each entry as a repeating count, not as a genre. The same meter can support many styles; the grouping says where a listener is most likely to feel the internal landmarks.

FrameDefault groupingUseful alternative
2/41 + 1compact direct pulse
3/41 + 2one anchor plus two continuations
4/42 + 23 + 1
5/43 + 22 + 3
6/83 + 32 + 2 + 2
7/82 + 2 + 32 + 3 + 2 or 3 + 2 + 2
9/83 + 3 + 32 + 2 + 2 + 3
12/83 + 3 + 3 + 3six groups of two

Build then chooses 2, 3 or 4 editable steps per perceived beat. Beat recipes place attacks on that derived grid; they do not assume a permanent sixteen-step bar.

bar lengthbeats × subdivisions3/4 ×2 = 6 positions per bar. 4/4 ×2 = 8. Changing meter must rebuild or explicitly reinterpret event positions.

Sound, silence and articulation occupy the same clock

A note event has onset, duration, velocity and gate. A rest reserves time and states that silence is intended. Deleting an event only leaves an unassigned position: an empty slot is not an intentional rest.

ThingWhat it controls
DurationHow much musical time the event owns
GateWhen note-off happens inside that duration
VelocityOnset energy/accent, depending on the instrument
RestExplicit silence at voice, part or whole-arrangement scope

Groove and articulation are separate controls

ChangeMoves what?Audible result
TimingThe onset earlier or laterPush, drag, swing or looseness
VelocityThe event’s onset energyAccent hierarchy
GateNote-off inside the slotStaccato or connected articulation
ProbabilityWhether an event occursVariation; not human timing by itself
change one layertiming ≠ velocity ≠ gate ≠ probability“Humanize” is not one control. Name the dimension you are varying so the result remains understandable and repeatable.

Polymeter: cycles share time, not a bar line

Two parts may use the same step duration while repeating after different numbers of steps. Their onsets drift against each other and meet again at the least common multiple of their cycle lengths.

kick8 stepsstable reference
bass6 stepsrotating relation
reunionLCM(8, 6) = 24both cycles restart together
meeting length = LCM(a, b)Polymeter changes cycle grouping. Polyrhythm instead compares different pulse divisions inside a shared span.
Try it in Build
  1. Choose 3/4 and compare Beat pulse with Offbeats.
  2. Switch to 4/4: confirm the rebuild instead of silently retaining old positions.
  3. Choose Breathing line and find the explicit rest at the end of every bar.
Keep exploring

Terms, relations and sources

Key terms

tempometersubdivisionrest

Related chapters

Rhythm & interactionForm & arrangement

Detailed lookup

Generative rhythmNotation legend

Evidence

Editorial sources

Models state their boundary; tradition-specific claims require specialist sources.