MIDI Note Number Converter
This free MIDI note converter maps note numbers, note names, and frequencies in Hz — three ways, instantly. Full 128-note reference table (MIDI 0–127), GM Drum Map, velocity-to-dB chart, and audio playback for every note. Whether you’re programming a DAW, building a synthesizer patch, or writing MIDI controller firmware, the equal-tempered pitch formula (f = 440 × 2(n−69)/12) underlies every conversion here.
Three-Way Converter
Interactive Piano (C4 – B5) — MIDI 60–83
Complete 128-Note MIDI Reference (0–127)
| MIDI # | Note | Octave | Frequency (Hz) | Period (ms) | Play | Select |
|---|
Velocity-to-dB Reference
| Dynamic | Symbol | Velocity | Approx. dB | Description |
|---|
General MIDI Drum Map (MIDI 35–81)
| MIDI # | Drum Name | MIDI # | Drum Name |
|---|
How to Use This Converter
- Enter a MIDI number — Type any value from 0 to 127 or use the slider. The converter instantly shows the corresponding note name, frequency in Hz, period in milliseconds, and cents deviation. Click “Play Note” to hear it.
- Select a note name — Choose from the dropdown menu (C-1 through G9). The MIDI number and exact Hz frequency are displayed immediately. Use this when you know the musical note but need the MIDI number for your DAW or synthesizer. If you want to generate and hear a specific pitch directly, try the tone generator.
- Enter a frequency in Hz — Type any frequency and the converter finds the nearest MIDI note, shows the note name, and calculates the cents deviation from the exact MIDI pitch. Perfect for identifying unknown frequencies or checking microphone/tuner readings. You can also use the piano note frequency finder to browse pitches visually on an 88-key layout.
How to Convert MIDI Note to Hz: Worked Example
The tool uses the equal-temperament pitch formula f = 440 × 2(n − 69) / 12, where n is the MIDI note number and 69 is the anchor (A4 = 440 Hz). To convert MIDI to frequency for note 60 (middle C): f = 440 × 2(60 − 69) / 12 = 440 × 2−0.75 = 440 × 0.5946 ≈ 261.63 Hz. Going the other direction, to convert a frequency to a MIDI note number use n = 69 + 12 × log2(f / 440) — this is the note-to-MIDI-number formula underlying the Hz input field above.
Two useful reference values to memorize: MIDI 69 = A4 = 440 Hz (the international tuning standard) and MIDI 60 = C4 = 261.63 Hz (middle C). Every semitone step multiplies the frequency by the twelfth root of 2 (≈ 1.05946), so moving up 12 semitones (one octave) always doubles the frequency. The complete 128-note MIDI reference table above serves as a handy MIDI note chart covering the full range from C-1 to G9. For a full table of every semitone ratio across the audible range, see the equal temperament chart. To check how any pitch compares to these anchors by ear, use the chromatic tuner or explore semitone distances with the interval calculator.