Tap Tempo BPM Calculator

Tap a button to measure BPM and get delay times instantly

Ad placeholder (leaderboard)

Tap tempo is the fastest way to find a song’s tempo with no audio analysis: you simply tap a button in time with the beat and the tool works out the beats per minute. It then converts that tempo into delay times for every common note value, ready to dial into an echo or delay plugin.

How it works

Each tap is stamped with a millisecond-accurate timestamp. The tool measures the gap between consecutive taps and averages them over a rolling window of the last eight taps:

average interval = mean(tap[i] − tap[i−1])
BPM = 60000 / average interval (ms)

From the tempo it derives the quarter-note delay (60000 / BPM ms) and scales it for every subdivision. A whole note is four times the quarter; an eighth is half; a triplet eighth is one third; a dotted eighth is three quarters.

If you pause for more than two seconds the measurement resets, so a long gap never pollutes the average.

Tips and example

Tap steadily eight times to a 120 BPM track and the tool settles on about 120 BPM, giving a quarter-note delay of 500 ms, an eighth of 250 ms, and a dotted eighth of 375 ms — classic values for tempo-synced delays.

  • Tap on the strong beats (the quarter-note pulse) for the most reliable reading.
  • More taps mean a tighter, more accurate average.
  • Use the dotted and triplet rows for rhythmic, syncopated delay effects.

Everything runs locally in your browser — no audio is recorded or uploaded.

Ad placeholder (rectangle)