Tested tool guide
Tested browser tools
Checked August 16, 2026
What Online Metronome does, with a checked example
Set the BPM, choose a time signature, and mark accents to hear a repeating click track generated with browser audio. You can enter a tempo directly or use tap tempo when you know the desired pace by feel. The time signature organizes clicks into recurring bars, while the accent pattern makes chosen beat positions more prominent. A common mistake is treating BPM as bars per minute. At 120 BPM in 4/4, there are 120 beats per minute, but only 30 four-beat bars per minute.
Worked example
A concrete input and expected output from the current implementation.
Input
BPM: 120; time signature: 4/4; accent pattern: beat 1 accented, beats 2 through 4 unaccented
->
Expected output
An accented click at the start, followed by regular clicks at 0.5, 1.0, and 1.5 seconds. The next accented click starts the following bar at 2.0 seconds, and the pattern repeats.
At 120 BPM, each beat lasts 60 / 120 = 0.5 seconds. Four beats therefore take 4 x 0.5 = 2 seconds, with the selected first-beat accent recurring at the start of every bar.