Metronome
Practising with a Metronome: A Practical Guide for Pianists
6 min read·
A metronome does not make you play musically — but it does show you, honestly and immediately, where your timing drifts. Nearly every rushing habit hides in the same places: after a difficult leap, at the start of a crescendo, and in the bar before a section change.
Timing accuracy matters more than you think
Browser metronomes built on setInterval drift audibly, because JavaScript timers are not real-time. A proper implementation uses the Web Audio clock with a look-ahead scheduler: it queues clicks slightly ahead of time against a sample-accurate audio clock, so the pulse stays rock steady even when the page is busy.
The KeyVerse metronome uses exactly this approach, which is why it holds steady at 240 BPM without wobble.
A practice routine that works
Use the metronome deliberately rather than leaving it running all session.
- Set the tempo where you can play the passage perfectly, even if that feels slow
- Play it correctly three times in a row before increasing
- Increase by 4–8 BPM at a time, never more
- If you make an error, drop back two steps — do not push through mistakes
- Finish each session slightly below your maximum so the last thing you rehearse is clean
Accents, subdivisions and time signatures
Accenting beat one anchors the bar and makes odd meters far easier to internalise. For 3/4, 5/4, 6/8 and 7/8 the accent is what tells you where you are.
Subdividing — clicking eighths or sixteenths instead of quarters — is the fastest cure for uneven passagework. Once the passage is even, go back to quarter-note clicks, then to clicks on beat one only, which is the hardest test of internal pulse.
The KeyVerse metronome
The KeyVerse metronome covers 20–300 BPM, supports common and odd time signatures, shows a visual beat indicator for silent practice, and tracks the length of your session. It costs 5 coins per session.
Frequently asked questions
- What tempo should I start at?
- Start at the fastest tempo where you can play the passage with zero mistakes. That number is personal and often much slower than expected.
- Should I always practise with a metronome?
- No. Use it to diagnose and build accuracy, then play without it to restore musical phrasing and rubato.
- Does the online metronome stay accurate?
- Yes. It schedules clicks against the Web Audio clock with look-ahead, which keeps timing sample-accurate rather than relying on JavaScript timers.