Metronom Online — Darmowe narzędzie online
Precyzyjny metronom BPM z funkcją tap tempo i miarami
Precyzyjny metronom online z kontrolą BPM, tap tempo i miarami (4/4, 3/4, 6/8). Wizualny wskaźnik uderzenia. Darmowe narzędzie.
📚 Dowiedz się więcej
Free Online Metronome — Precise BPM with Tap Tempo
The Online Metronome is a free, browser-based tool for musicians, music students, and producers who need a precise, reliable tempo reference. Built with the Web Audio API and AudioContext scheduling, it delivers sub-millisecond timing accuracy that surpasses simple JavaScript timer-based metronomes. Funkcjas include tap tempo detection, multiple time signatures, accent controls, visual beat indicators, and preset tempos for common musical markings.
Why Timing Accuracy Matters
Most web-based metronomes use setInterval or setTimeout for timing, which are subject to JavaScript's event loop delays. Under heavy browser load, these timers can drift by 10-50 milliseconds per beat, which is audible and disruptive for musicians. This metronome uses a fundamentally different approach: it schedules sounds ahead of time using AudioContext.currentTime, which is driven by the audio hardware clock. A lookahead scheduler runs setInterval only to queue future beats, while the actual playback timing is handled by the audio thread. This provides timing accuracy within microseconds, comparable to hardware metronomes.
Understanding Time Signatures
A time signature describes how many beats occur per measure and which note value gets one beat. The most common time signatures and their musical uses include:
- 4/4 (Common Time): Four quarter-note beats per measure. Used in the vast majority of pop, rock, hip-hop, and electronic music. The default choice for most practice sessions.
- 3/4 (Waltz Time): Three quarter-note beats per measure. Creates a "ONE-two-three" feel. Used in waltzes, many country songs, and classical minuets.
- 2/4 (March Time): Two quarter-note beats per measure. Creates a strong, marching feel with emphasis on beat one. Used in marches, polkas, and some Latin music.
- 6/8 (Compound Duple): Six eighth-note beats, grouped as two groups of three. Creates a lilting, swaying feel. Used in many Irish jigs, some blues, and ballads.
- 5/4 (Irregular): Five quarter-note beats, often grouped as 3+2 or 2+3. Famous examples include "Take Five" by Dave Brubeck and the "Mission: Impossible" theme.
- 7/8 (Irregular): Seven eighth-note beats, typically grouped as 2+2+3 or 3+2+2. Common in Balkan folk music, progressive rock, and some film scores.
Tap Tempo: How It Works
Tap tempo lets you set the BPM by tapping a button rhythmically. The tool records the timestamp of each tap and calculates the average interval between the last 4 to 8 taps. This averaging smooths out minor timing inconsistencies in your tapping. To use it effectively, tap along with the song or rhythm you want to match, and the BPM display will update in real time. After 4 taps, the detected BPM is typically accurate within 1-2 BPM.
Accent Patterns and Click Sounds
The metronome generates click sounds using OscillatorNiede, creating short sine wave bursts of approximately 30 milliseconds. Beat 1 (when accent is enabled) uses an 800 Hz tone at slightly higher volume, while beats 2, 3, 4, etc. use a 600 Hz tone. This pitch difference makes the downbeat clearly distinguishable without being jarring. The volume slider controls the overall output level through a GainNiede connected to the AudioContext destination.
Practice Tips for Musicians
- Start 20-30 BPM below your target tempo when learning new material, then gradually increase.
- Practice with the metronome for at least 5 minutes before turning it off to internalize the tempo.
- Use different time signatures to challenge your rhythmic flexibility.
- Try playing on the "and" of each beat (offbeats) to develop syncopation skills.
- Record yourself playing with the metronome, then listen back to identify timing inconsistencies.
Tempo Marking Reference
Musical tempo markings map to specific BPM ranges: Grave (20-40), Largo (40-66), Adagio (66-76), Andante (76-108), Moderato (108-120), Allegro (120-156), Vivace (156-176), Presto (176-200), and Prestissimo (200+). The preset buttons in this tool provide quick access to the most common markings, making it easy to set the correct tempo when practicing classical repertoire or following sheet music.
Browser Compatibility
This metronome works in all modern browsers with Web Audio API support, including Chrome, Firefox, Edge, Safari, and Opera. On iOS devices, audio playback requires a user gesture to start, which the Start button provides. For uninterrupted metronome playback on mobile devices, keep the browser tab in the foreground and ensure your device is not in silent mode.
How to Use the Online Metronome
- 1
Set the tempo
Use the BPM slider, manual input, or increment buttons (+1, +5, -1, -5) to set your desired tempo. You can also tap the Tap Tempo button rhythmically to detect BPM automatically.
- 2
Choose a time signature
Select your time signature: 2/4, 3/4, 4/4, 5/4, 6/8, or 7/8. The beat indicator will show the correct number of beats per measure.
- 3
Start the metronome
Click the large Start button. The metronome plays precise click sounds using AudioContext scheduling. The current beat is highlighted visually in real time.
- 4
Adjust while playing
You can change BPM, time signature, volume, and accent settings while the metronome is running. Changes take effect on the next beat.
Frequently Asked Questions
How accurate is this metronome?
What is tap tempo?
What do the time signatures mean?
Why does beat 1 sound different?
Can I use this for music practice?
Does it work on mobile?
Najważniejsze punkty
- Online Metronome is a free, browser-based audio tool — precise bpm metronome with tap tempo and time signatures.
- Nie signup, no downloads, no file uploads — your data stays on your device.
- Works on desktop, tablet, and mobile. Install as a PWA for offline access.
How to Use Online Metronome
- Open the tool: Launch Online Metronome on Narzędzieolis — no account or download needed.
- Enter your data: Paste text, enter values, or select a file directly in your browser.
- Get instant results: Everything is processed locally — results appear immediately.
- Copy or download: Save your output or share it. Bookmark for quick access next time.
Online Metronome — Quick Facts
- Cena
- Darmowe — bez limitów, bez znaków wodnych, bez paywall
- Prywatność
- 100% w przeglądarce — żadne dane nie są wysyłane na serwer
- Platforma
- Dowolna nowoczesna przeglądarka — desktop, tablet lub mobile
- Kategoria
- Audio Narzędzies on Narzędzieolis
- Offline
- Works offline after first visit (Progressive Web App)
| Funkcja | Szczegóły |
|---|---|
| Narzędzie | Online Metronome |
| Kategoria | Audio |
| Wymagana rejestracja | Nie |
| Przesyłanie pliku | Brak — przetwarzane w przeglądarce |
| Obsługa mobile | W pełni responsywne |
| Koszt | Darmowe na zawsze |
Why Use Online Metronome?
You should try Online Metronome for a quick, private way to precise bpm metronome with tap tempo and time signatures. All processing happens in your browser. Your files and data never leave your device. According to web.dev, client-side processing is the gold standard for privacy.
On the other hand, dedicated APIs or desktop tools suit batch processing better. They also handle server-side automation. For everyday tasks, browser tools offer the best speed, privacy, and convenience.