Set your tempo
Drag the slider or type a BPM between 30 and 300, and pick how many beats are in each measure.
Set a tempo, pick a time signature, and practice in time with a precisely scheduled click track and a synced visual beat indicator.
Drag the slider or type a BPM between 30 and 300, and pick how many beats are in each measure.
Clicks are scheduled ahead of time against the Web Audio clock, so the tempo never drifts even at long run times.
A row of dots lights up in sequence with a distinct accented click and glow on beat one of every measure.
setInterval alone drifts over time because it is not sample-accurate. This metronome schedules every click against the Web Audio clock ahead of time, which keeps tempo rock solid even during long practice sessions.
Yes. Pick 2, 3, 4, or 6 beats per measure and the first beat of every measure gets a distinct accented click along with a highlighted dot.
No. All clicks are synthesized locally with the Web Audio API. Nothing is uploaded, recorded, or sent anywhere.