toololis
Voltar Voltar to Audio
🥁

Metrônomo Online — Ferramenta online grátis

Metrônomo preciso com BPM, tap tempo e compassos

Metrônomo online preciso com controle de BPM, tap tempo e compassos (4/4, 3/4, 6/8). Indicador visual de batidas. Grátis.

120
BPM
30300
Tap rhythmically (4-8 taps)
Time Signature
Higher pitch click on beat 1
Tempo Presets
📚
Saiba mais

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. Recursos 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 OscillatorNãode, 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 GainNãode 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. 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. 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. 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. 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?
This metronome uses AudioContext.currentTime scheduling with a lookahead buffer, which provides sub-millisecond accuracy. Unlike setInterval-based metronomes that drift due to JavaScript's single-threaded nature, audio scheduling runs on a separate high-priority thread.
What is tap tempo?
Tap tempo lets you set the BPM by tapping a button rhythmically. The tool averages the intervals between your last 4-8 taps to calculate the tempo. This is useful when you want to match the tempo of a song you are listening to.
What do the time signatures mean?
4/4 (common time) has 4 beats per measure. 3/4 (waltz time) has 3 beats. 6/8 has 6 eighth-note beats, typically grouped as two groups of three. 5/4 and 7/8 are irregular meters used in progressive and world music.
Why does beat 1 sound different?
When Accent First Beat is enabled, beat 1 plays at a higher frequency (800 Hz vs 600 Hz) and slightly louder volume. This helps you hear the start of each measure clearly, which is essential for maintaining your place in the music.
Can I use this for music practice?
Yes. A metronome is essential for developing rhythmic accuracy and consistent tempo. Start slow (60-80 BPM) when learning a new piece, then gradually increase speed. Professional musicians regularly practice with metronomes to maintain precision.
Does it work on mobile?
Yes. The Web Audio API is supported on all modern mobile browsers (iOS Safari, Android Chrome). Nãote that on iOS, audio playback requires a user gesture (tap) to start, which the Start button provides. Keep the browser tab in the foreground for uninterrupted playback.

Pontos-chave

  • Online Metronome is a free, browser-based audio tool — precise bpm metronome with tap tempo and time signatures.
  • Não 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

  1. Open the tool: Launch Online Metronome on Ferramentaolis — no account or download needed.
  2. Enter your data: Paste text, enter values, or select a file directly in your browser.
  3. Get instant results: Everything is processed locally — results appear immediately.
  4. Copy or download: Save your output or share it. Bookmark for quick access next time.

Online Metronome — Quick Facts

Preço
Grátis — sem limites, sem marca d’água, sem paywall
Privacidade
100% no navegador — nenhum dado é enviado a servidores
Plataforma
Qualquer navegador moderno — desktop, tablet ou celular
Categoria
Audio Ferramentas on Ferramentaolis
Offline
Works offline after first visit (Progressive Web App)
RecursoDetalhes
FerramentaOnline Metronome
CategoriaAudio
Cadastro necessárioNão
Upload de arquivoNenhum — processado no navegador
Suporte mobileTotalmente responsivo
CustoGrátis para sempre

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.

You might also like

🔒
100% Privacidade. Esta ferramenta funciona inteiramente no seu navegador. Seus dados nunca são enviados a nenhum servidor.