MIDI number ⇄ note name ⇄ frequency — note 60 is middle C, A4 = 440 Hz, cents off, C3/C4 toggle — browser-only
- Runs locally
- Category Format Converter
- Best for Turning pasted content or local files into a handoff-friendly format.
MIDI 60 is middle C. Most DAWs (Logic, Cubase) print it as C4; some (Ableton, older Roland) print C3. The number and pitch never change — only the octave label.
- MIDI number
- 60
- Note name
- C4
- Frequency
- 261.63 Hz
What this tool does
Convert between a MIDI note number (0 to 127), its note name in scientific pitch notation, and its frequency in hertz, in any of three directions. Type a MIDI number like 60 and read back C4 at 261.63 Hz. Type a note name like A4 and read back MIDI 69 at 440 Hz. Type a frequency like 329.63 and get the nearest MIDI number, its note name, and how many cents the pitch sits away from that note. The pitch math is the standard 12-tone equal temperament identity, anchored at MIDI 69 = A4 = 440 Hz, with the frequency computed as 440 times 2 to the power of (number minus 69) over 12. The one genuine source of confusion this tool fixes is the middle-C naming clash: most DAWs print MIDI 60 as C4, but some print C3. A single toggle relabels the octave without ever changing the number or the pitch, so you can match whatever your DAW shows on screen. Everything runs in your browser with one click copy and a shareable URL that reopens your exact conversion. No upload.
Tool details
- Input
- Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Shareable URL state
- Key settings are encoded in the URL so another person can reopen the same setup.
- Performance budget
- Initial JS <= 9 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Format Converter · Content Creator
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How MIDI Note Number Converter fits into your work
Use it when the main problem is getting content from one practical format into another.
Conversion jobs
- Turning pasted content or local files into a handoff-friendly format.
- Previewing a conversion before you use it in a larger workflow.
- Cleaning small format mismatches without opening a full editor.
Conversion checks
- Try a small sample first when the source format is messy.
- Check character encoding, separators, and line endings after conversion.
- Keep the source until the converted output has been reviewed.
Good next steps
These links move the current task into a more complete workflow.
- 1 Unit Converter Convert between length, weight, temperature, area, volume, speed, time — instant, browser-only Open
- 2 Percentage Calculator 5 common percentage calculations — "x% of y", "x is what% of y", percentage change, increase/decrease — instant, browser-only Open
- 3 Note Frequency Calculator Note name ⇄ frequency (Hz) — A4 = 440/432/442, MIDI number, cents off — browser-only Open
Real-world use cases
Map a synth or sampler key range
You are programming a sampler and the manual gives split points as MIDI numbers: a sample plays from note 48 to 59, the next from 60 up. Punch each number in and the tool tells you that is C3 to B3 then C4 in the C4 convention, so you can sanity-check the split against the keyboard in front of you instead of counting semitones in your head.
Match a tuner reading to a MIDI note
Your hardware tuner shows 329.6 Hz on a guitar string and you need the MIDI note to send from a controller. Switch to frequency mode, type the reading, and read back E4, MIDI 64, a couple of cents flat. Now you know both the note to play and that the string is very slightly under pitch.
Reconcile C3 and C4 between two DAWs
A collaborator works in Ableton, where middle C is C3, while you are in Logic, where it is C4. A part they call "the C3 bassline" is your C4. Set the toggle to their convention, confirm the MIDI number is 60 either way, and you stop arguing about an octave that was never actually different.
Build a quick MIDI note reference chart
Writing documentation or a cheat sheet for a class of music-tech students, you need the number, name and frequency for a handful of key notes. Step through 60, 69, 21 and 108, copy each line, and paste a clean "MIDI 60 · C4 · 261.63 Hz" row straight into your handout.
Common pitfalls
Assuming MIDI 60 is always C4. It is always the number 60 and always middle C, but the printed octave depends on convention. Ableton and FL Studio show it as C3. If a chart from one program looks an octave off in another, the numbers are fine and only the labels differ.
Treating note numbers as frequencies. MIDI numbers are linear in semitones while frequency is exponential, so doubling the number does not double the pitch. Number 72 is not twice the Hz of 36. Always run the number through the formula rather than scaling it directly.
Forgetting MIDI tops out at 127. Note numbers above 127 or below 0 are not valid MIDI, so a frequency far above G9 or below C-1 has no MIDI note to map to. The tool clamps to the 0 to 127 range and will not invent a number outside it.
Privacy
Every conversion runs as plain JavaScript inside your browser tab: the number-to-frequency formula, the note-name parsing, the cents math, all of it. No note, frequency or MIDI value is ever sent to a server, and nothing is logged. The one thing to know is that the shareable URL encodes your current input and mode in the query string, so a link pasted into chat will record those values in the recipient server's access log. That is harmless for a note number, but worth knowing if you treat your link as private.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- 24-Point Solver & Game 24-point solver and game — enter 4 numbers and get every solution instantly, or play random hands against the clock.
- A1Z26 Cipher (Letter ⇄ Number) A=1, B=2 … Z=26 — encode text to numbers or decode numbers to text, pick hyphen / space / comma separators, one-click copy — browser-only
- Chinese Acupoint Locator 200+ meridian acupoints / WHO 2008 standard locations / with contraindications, manipulation, and combinations.
- Add Line Numbers Number every line of pasted text — set start, step and separator, zero-pad to align, skip blanks, or strip numbers back off — browser-only