EQ plug-ins speak in hertz, but music speaks in notes. This converter bridges the two: enter any EQ frequency and see the nearest musical note, or enter a note and read back its exact frequency for a surgical cut. Making EQ moves that line up with the actual pitches in a track sounds more musical and intentional.
How it works
Equal temperament places A4 at 440 Hz and spaces every semitone by the twelfth root of two. To find the note for a frequency, the tool measures how many semitones it sits from A4:
semitones from A4 = 12 x log2(freq / 440)
Rounding to the nearest whole semitone gives the note; the leftover fraction, times 100, is the cents deviation (positive = sharp, negative = flat). The rounded value maps to a MIDI number and then to a note name and octave.
The reverse direction
Going from a note to a frequency is the inverse:
freq = 440 x 2 ^ ((midi - 69) / 12)
where MIDI 69 is A4. This gives the exact centre frequency to dial into a narrow EQ band when you want to cut or boost a specific pitch.
Why it helps mixing
A muddy low-mid build-up around 250 Hz is roughly B3; harshness near 3 kHz sits around F#7. Relating the numbers to notes makes it easier to reason about which pitches in the arrangement are causing a problem — especially with bass lines and vocal resonances, where a narrow cut tuned to the offending note removes the issue without dulling the whole region.
Worked example
Enter 440 Hz and you get A4, 0 cents — dead on. Enter 261.63 Hz and you get C4 (middle C), 0 cents. Enter 300 Hz and the nearest note is D4 (293.66 Hz) at about +37 cents, telling you that band falls between D4 and D#4 — useful to know before a narrow surgical cut.
All conversions run locally in your browser.