BPM to milliseconds: setting a delay pedal or DAW grid to match tempo
I was syncing a DAW's grid to a live band's actual tempo and needed exact millisecond values for delay effects, and doing the BPM-to-ms math on the fly (correctly, as a division) saved a lot of guessing during the sessio
We write the way we argue on the bench: exact factor, one sharp trap, one worked example you can re-check.
I was syncing a DAW's grid to a live band's actual tempo and needed exact millisecond values for delay effects, and doing the BPM-to-ms math on the fly (correctly, as a division) saved a lot of guessing during the session.
Here is the conversion I wish I had taped to the fridge before that went sideways.
The factor that settles arguments
This is the relationship our converters use. Screenshot it if you have to — just stop re-deriving it from a half-remembered blog post.
Quarter note duration (ms) = 60,000 ÷ BPM — an inverse relationship
Write that line once at the top of your notes. Every later arithmetic step should point back to it instead of inventing a friendlier number mid-stream.
The mistake that keeps showing up
Multiplying BPM by a note-value fraction instead of dividing 60,000 by BPM first — the relationship between tempo and note duration is inverse, so higher BPM means shorter durations, not longer.
I still write the unit next to every intermediate value. It looks pedantic until it catches the one swap that would have shipped wrong.
- Write down the known value in BPM.
- Confirm the target unit is really quarter note duration (ms), not a similar-looking one.
- Apply the factor: Quarter note duration (ms) = 60,000 ÷ BPM — an inverse relationship.
- Round only at the end, to the precision your tool or spec supports.
Worked example
A song is at 120 BPM, and you need the quarter note duration in milliseconds for a delay effect.
At 120 BPM: 60,000 ÷ 120 = 500 ms per quarter note, using division, not a direct multiply by BPM.
That's 500 ms per quarter note at 120 BPM — eighth notes are half that (250 ms), and dotted notes multiply by 1.5.
I usually convert once, write the answer with units, then convert back. That two-step habit has saved more weekends than any fancy app.
Quick reference table
| BPM | Calculation | quarter note duration (ms) |
|---|---|---|
| Quarter note @ 120bpm | 60000÷120 | 500 ms |
| Eighth note @ 120bpm | 500÷2 | 250 ms |
| Dotted quarter @ 120bpm | 500×1.5 | 750 ms |
| Quarter note @ 140bpm | 60000÷140 | 428.6 ms |
Use the table for speed once you trust the factor. Do not use it as a substitute for understanding which definition of the unit you are on.
Why the exact number matters
Delay and echo effects need to be set in exact milliseconds to sync rhythmically with a song's tempo — an inverted calculation produces an effect that sounds noticeably off-beat.
Precision is not about showing off decimals. It is about making sure the shopping list, the machine setting, and the acceptance check are all describing the same physical quantity.
Pocket recap
Divide 60,000 by BPM to get the quarter note duration in ms, then scale by the note value fraction (half for eighth notes, 1.5x for dotted notes) from there.
Keep the converter link nearby for the next time the same debate shows up in a group chat. Re-typing the factor from memory is how the wrong cousin of a unit sneaks back in.
Try the converters mentioned in this article
FAQ
What is the exact BPM to quarter note duration (ms) factor here?+
Quarter note duration (ms) = 60,000 ÷ BPM — an inverse relationship
Should I round partway through the calculation?+
No — carry full precision through the multiplication and round only the final answer, to the precision your tool, gauge, or spec actually supports.
What's the single biggest mistake people make with this conversion?+
Multiplying BPM by a note-value fraction instead of dividing 60,000 by BPM first — the relationship between tempo and note duration is inverse, so higher BPM means shorter durations, not longer.
This article was written by The Turbo Unit Converter engineering desk (Applied units & field metrology) and last reviewed on 2026-07-24 against NIST SP 811 and the BIPM SI Brochure. Read our full editorial policy.