Where MIDI came from
MIDI was standardised in 1983 by a consortium of synthesiser manufacturers. Before MIDI, every brand of synth had its own incompatible cable system, and a producer couldn't make a Roland keyboard control a Yamaha drum machine.
MIDI fixed that. Today, 40+ years later, MIDI is still the universal language: every DAW, every plug-in, every synth speaks it.
What a MIDI file actually contains
A MIDI file is a sequence of events. The most common ones:
- Note On — start playing pitch X with velocity Y at time T.
- Note Off — stop playing pitch X at time T.
- Control Change — modulation wheel, sustain pedal, expression, pan, etc.
- Pitch Bend — bend the current note up or down.
- Program Change — switch the sound to patch number N.
- Tempo / Time Signature — the project tempo and meter.
MIDI vs audio — the difference
An audio file (WAV, MP3) is a recording. The sound is baked in — change the sound and you have to record again.
A MIDI file is a score. It says "play C-4 for half a beat at velocity 100." Hand the same MIDI to a piano synth and you hear piano. Hand it to a saxophone synth and you hear saxophone. Hand it to a kick-drum sampler and you hear a kick.
This separation gives producers enormous flexibility — change the sound without losing the performance.
How producers use MIDI
MIDI is the producer's pencil. Practical workflows include:
- Programming melodies in the DAW piano roll without playing keyboard.
- Recording a keyboard performance, then editing every wrong note in the piano roll.
- Auditioning the same melody with 50 different synth presets to find the right sound.
- Quantising sloppy timing to perfectly on-grid notes.
- Sending one MIDI track to a stack of layered synths for thick textures.
- Generating drum patterns algorithmically.
Converting audio to MIDI
If you have an audio file but want the notes as MIDI, modern AI tools can transcribe them. Spotify's open-source Basic Pitch model handles melody (one note at a time). Other tools handle polyphonic input — chords, multiple instruments — though accuracy drops.
SignalKey's Audio-to-MIDI tool runs Basic Pitch for melody plus a chroma-template chord detector for chord progressions.
Frequently asked
Why is MIDI still around after 40 years?
Because it solved the problem perfectly. The protocol is small, fast, universal and still good enough for everything except the most extreme edge cases (which the newer MIDI 2.0 spec addresses).
Can I play MIDI on its own?
Not directly — MIDI has no sound. You need a MIDI player (every DAW, plus standalone tools like sforzando) connected to a synth or General MIDI sound bank.
What's the difference between MIDI and a WAV file?
MIDI = score, no sound. WAV = recording, sound baked in. MIDI is editable; WAV is fixed.
Can AI accurately convert audio to MIDI?
For monophonic sources (vocals, single-line leads), yes — pitch tracking is near-perfect. For polyphonic input, accuracy is improving but still imperfect.