Lesson 5

MIDI Notes

How computers represent pitch using MIDI note numbers 0 to 127. Learn the system behind digital music production. Free interactive lesson.

You've learned pitch, note names, octaves, and steps. Now for how computers handle all of it. MIDI gives every pitch a simple number from 0 to 127. No sharps, no flats, no letters - just a number. Think of it as numbering every ingredient in the pantry.

What is MIDI?

MIDI (Musical Instrument Digital Interface) is a standard from the 1980s that lets instruments and software talk to each other. A MIDI note doesn't contain actual sound - it's a recipe, not the dish: "play this pitch, at this velocity, for this duration."

A MIDI note contains

Pitch Which note (0-127)
Velocity How hard it's hit (0-127)
Duration How long it's held
Position When it starts in time

The 0-127 number line

MIDI note 0 is the lowest possible pitch (a C so deep you can barely hear it). MIDI note 127 is the highest (an extremely shrill G). Most music sits between 36 and 96.

Key MIDI numbers

0 C-1 Lowest MIDI note
21 A0 Lowest piano key
36 C2 Bass range
48 C3 Low mid range
60 C4 Middle C
69 A4 Tuning standard (440 Hz)
72 C5 High mid range
84 C6 High range
108 C8 Highest piano key
127 G9 Highest MIDI note

Middle C = 60

The most important landmark: MIDI 60 is middle C (C4). Everything else is counted relative to this. Every step up adds 1. Every octave up adds 12.

Middle C (MIDI 60) - try tapping other keys to hear their pitches

Quick maths from middle C

60 + 1 = 61 C# (one semitone up)
60 + 4 = 64 E (major 3rd)
60 + 7 = 67 G (perfect 5th)
60 + 12 = 72 C5 (one octave up)

MIDI = semitones from the bottom

The clever thing about MIDI numbers: the distance between any two MIDI notes is the number of semitones between them. MIDI 64 minus MIDI 60 = 4 semitones (a major 3rd). No conversion needed.

How produc.ing uses MIDI

Behind every note you see on the piano roll in Starts is a MIDI number. When you export a MIDI file, you're exporting these numbers along with their timing and velocity. Any DAW - Ableton, FL Studio, Logic, Reaper - reads them the same way. MIDI is the universal format.

What produc.ing stores per note

position x: 0 tick in time
pitch y: 60 MIDI note (C4)
duration z: 480 length in ticks
velocity w: 100 how hard (0-127)

Key takeaway

MIDI assigns every pitch a number from 0-127. Middle C = 60. Each semitone = +1. Each octave = +12. The difference between two MIDI numbers is the interval in semitones. MIDI files work in any DAW because they use this shared numbering system.

That's the full picture of how notes and pitch work - from the physics of vibration through to the numbers your DAW reads. Next up: Intervals - the distance between two notes and the foundation of all harmony and melody.

Export your first MIDI file

Generate a progression in Starts and export it. Open it in your DAW to see the MIDI numbers in action.