1001Ferramentas
🎵Calculators

Musical Interval Calculator (Semitones to Name)

Converts a semitone count into the interval name, from unison and minor 2nd through the tritone to the major 7th, wrapping within one octave.

Intervalo

Musical intervals as frequency ratios: rule and example

At its core, a musical interval is just a ratio between two frequencies. The octave sits at 2:1, the perfect fifth at 3:2 (the Pythagorean ratio), the perfect fourth at 4:3. The major third lands on 5:4 if you tune in just intonation, or on 2^(4/12) ≈ 1.260 under equal temperament. To get the frequency of a note n semitones above some base, you compute f₀ · 2^(n/12). Run that with A4 = 440 Hz and you get A5 = 880 Hz, while C8, the highest piano key, comes out around 4186 Hz.

Context and applications

Equal temperament cuts the octave into 12 identical semitones, each one a constant ratio of 2^(1/12) ≈ 1.0595. That's the bargain that lets a piano modulate freely into any key, paid for with thirds and fifths that come out a touch impure. The reference pitch A4 = 440 Hz was nailed down by ISO 16 in 1955. The same math shows up everywhere musicians work with pitch: tuning instruments, writing music, designing synth oscillators like Moog or Serum, exploring microtonal theory, and building audio plugins that shift pitch by semitones.

FAQ

Why does the just-intonation fifth (3:2) sound "better" than the tempered one? The 3:2 ratio gives you simple, slow beat patterns. The tempered fifth sits about 2 cents flat, and trained ears can hear it.

What is a "cent"? It's a hundredth of a tempered semitone, or 2^(1/1200), and it's the unit people reach for when they want to describe how far off a note is.

How do I calculate any note's frequency? Start from A4 = 440 Hz and multiply by 2^(n/12). Here n counts the semitones between your note and A4: positive if you're going up, negative if you're going down.

Why is A4 sometimes 432 Hz? A handful of musicians favor 432 Hz on esoteric grounds. In practice, modern orchestras stick to the ISO standard of 440 Hz, or bump it to 442 in parts of Europe.

Related Tools

⏱️

Beat Duration in ms

Converts BPM into milliseconds per beat for DAW delays, sequencers and loops.

🎯

Mean 95 Confidence Interval Calculator

Computes the ninety five percent confidence interval for a sample mean using approximate normal distribution with z equals 1.96.

📊

CI for Variance and Standard Deviation

Computes the confidence interval for the variance and standard deviation of a normal population, from a sample. While most tools estimate the mean, this one estimates the spread — useful in quality control, where consistency matters as much as the central value. The calculation uses the chi-square distribution, which is asymmetric, so the interval is not centered on the sample variance. Enter the sample and the confidence level.

🎼

Pitch Shift Semitones to Frequency

Computes the resulting frequency when shifting a pitch by N semitones via f·2^(n/12).

⏱️

Time-Lapse Interval Calculator

Enter final clip length, video frame rate and how long the event lasts to get the seconds to wait between shots and the total number of frames needed.

📊

Wilson Interval (Proportion)

Computes the Wilson confidence interval for a proportion, the modern alternative to the Wald interval (the p̂ ± z·SE formula you learn first). The Wald interval fails badly with small samples or proportions near 0 or 1 — it can even produce negative bounds. Wilson's fixes this by inverting the score test, which keeps it inside [0, 1] with much better coverage. It's the recommended interval for proportions. Enter the successes, the total and the confidence level.

The results provided by this tool are for general informational and educational purposes only and do not constitute professional, financial, medical, legal, tax or accounting advice. Always confirm important decisions with a qualified professional and official sources.