This reference table converts any tempo into the exact note durations you need for tempo-synced delays, reverbs, gates, and LFOs. Enter a BPM and read off the milliseconds for whole notes down to 64th notes, in straight, dotted, and triplet flavours.
How it works
The whole calculation hangs off one fact: at a given tempo, a quarter note lasts
quarter note (ms) = 60000 / BPM
because a minute is 60000 milliseconds and BPM counts quarter-note beats per minute. Every other straight note value is a power-of-two multiple or fraction of the quarter note:
whole = quarter x 4
half = quarter x 2
eighth = quarter / 2
16th = quarter / 4
32nd = quarter / 8
64th = quarter / 16
Dotted and triplet variants
A dot lengthens a note by half its value, so the dotted duration is the straight value multiplied by 1.5. A triplet packs three notes into the time of two, so each triplet note is the straight value multiplied by 2/3 (about 0.6667).
Hz column
For LFOs and tremolo that you want locked to tempo, frequency in hertz is 1000 / duration_ms. A one-bar cycle at 120 BPM is 2000 ms, which is exactly 0.5 Hz.
Worked example
At 120 BPM, a quarter note is 60000 / 120 = 500 ms. That makes an eighth note 250 ms, a dotted eighth 375 ms (the classic ambient-guitar delay), and an eighth-note triplet 166.7 ms. Set your delay to those figures and the echoes lock perfectly to the groove.
Everything is computed in your browser; nothing is uploaded.