MIDI vs Synthesizer: What's the Actual Difference?

MIDI carries instructions; a synthesizer makes sound. That one sentence resolves most of the confusion — here's the full picture.

By Milo Kessler · Last verified: 2026-09-20

The Fast Answer

MIDI is a communication protocol — it makes no sound at all. A MIDI message is just an instruction: "note C4 started, velocity 96" or "note C4 stopped." Like sheet music, it describes a performance without producing a single vibration on its own.

A synthesizer is a sound engine. It generates audio from scratch with oscillators and shapes it with filters and envelopes. When you press a key on a synth, the synth itself is what you hear. So the classic puzzle — "why is my MIDI keyboard silent?" — resolves to this: a MIDI keyboard mostly only talks; something else has to sing.

MIDI vs Synthesizer at a Glance

The confusion multiplies because four different products share shelf space and similar names. Here's each one pinned down:

TermWhat it isMakes sound by itself?What it needs to be heardTypical use
MIDIA messaging protocol (Musical Instrument Digital Interface, standard since 1983)No — it's data, not audioA sound engine to receive its messagesConnecting instruments, computers, and software
MIDI controllerAn input device (keys, pads, knobs) that only sends MIDINoA computer, synth, or sound modulePlaying and programming software instruments
MIDI keyboardA keyboard-shaped MIDI controller — the terms are near-synonymous in storesUsually noSame as abovePiano-style playing into a DAW or browser synth
SynthesizerA sound generator: oscillators + filter + envelopeYesJust power (and something to amplify it)Creating and shaping sounds from scratch
(Piano) keyboardA self-contained instrument with built-in sampled soundsYesNothing — speakers are built inLearning and playing piano-style music

What MIDI Actually Is

MIDI — Musical Instrument Digital Interface — has been the standard language of electronic instruments since 1983, and theofficial specifications live at midi.org. Its core vocabulary is tiny: note on, note off, velocity (how hard the key was struck), and a handful of control messages like the sustain pedal (CC64). Crucially, none of that is audio — a MIDI cable or USB connection never carries sound, only instructions about it.

Browsers can speak this language directly through theWeb MIDI API, which is how this site plays from a USB keyboard with zero drivers. MIDI's job is connection, not creation — it moves your fingers' intentions from the keys to whatever makes the noise.

What a Synthesizer Does

A synthesizer builds sound out of electricity (or, in a browser, out of math). An oscillator generates a raw waveform — sine, triangle, square, sawtooth — a filter carves its brightness, and an envelope shapes how each note's volume behaves over time (attack, decay, sustain, release). That's the entire trick behind everything from a warm pad to a chiptune lead. TheWeb Audio APIputs exactly this engine inside your browser — the synth on this site is built on it.

The synthesizer is the instrument; the keyboard is just its most familiar face. Desktop synth modules with no keys at all prove the point: fed by MIDI, they sing without a single key of their own.

Why a "MIDI Keyboard" Is Usually Silent by Itself

Because there's nothing inside to make noise with. A MIDI keyboard is a sensor array with a USB port: it measures which keys move and how fast, then reports that as MIDI messages. No oscillators, no speakers, no sound chip — silence is correct behavior, not a defect. This trips up nearly every first-time buyer, and it's the single most common "my keyboard is broken" forum post.

The fix is always the same shape: give the messages somewhere to land. That can be a DAW, a hardware sound module, or — the zero-install option — a browser synth that listens over Web MIDI.

So What Do You Need to Play?

Less than the stores suggest. If you have a computer keyboard, you already own the input half: the free online keyboard synthesizeron this site maps piano notes onto your letter keys (the letters are printed on the keys), with sustain, presets, and a recorder included. If you own or buy a MIDI keyboard, the same engine accepts it directly — our online MIDI synthesizerpage walks through the one-minute setup.

And if what you actually want is to learn piano songs, the honest path is in our guide to playing piano on your computer keyboard — including which skills transfer to a real piano and which don't.

Try Both Sides Right Now

The synthesizer half

  • Real oscillators, filter, ADSR envelope, effects
  • Playable with your computer keyboard — letters on the keys
  • Free forever: no sign-up, no download
Play the synthesizer →

The MIDI half

  • Plug in any class-compliant USB MIDI keyboard
  • Velocity and sustain pedal (CC64) supported
  • Chrome, Edge, or Firefox — nothing to install
Connect a MIDI keyboard →

Frequently asked questions

Can a MIDI keyboard make sound on its own?

Most cannot. A typical MIDI keyboard (or MIDI controller) only sends messages — which key, how hard, when released — over USB or a MIDI cable. It has no speaker and no sound engine, so it stays silent until you plug it into something that turns those messages into audio: a computer, a hardware synth, or a sound module. A few stage keyboards sell under the same shelf label but include built-in sounds; check for a 'built-in tones' spec before assuming.

Do I need a synthesizer to use MIDI?

You need something that turns MIDI messages into sound, but that something can be free software. A browser-based synthesizer — like the one on this site — receives MIDI from a USB keyboard in Chrome, Edge, or Firefox with no install at all. DAWs, apps, and hardware sound modules do the same job. Plug a MIDI keyboard into the free browser synth

Is a synthesizer a keyboard?

Not necessarily. A synthesizer is the sound-making engine — oscillators, filters, envelopes — and it can live in any box: a keyboard-shaped instrument, a desktop module with no keys at all, or a browser tab. Many synthesizers come with keys attached, which is exactly why the two words get confused.

What's the difference between a keyboard and a synthesizer?

In music stores, 'keyboard' usually means a self-contained instrument with built-in sounds and speakers — it makes sound the moment you press a key. A synthesizer is defined by how it makes sound: by generating and shaping waveforms, which you can sculpt with its controls. All synths are sound generators; only some keyboards are synths, and only some synths have keys.

Can I try both MIDI and a synthesizer for free?

Yes. The free synthesizer on this site plays from your computer keyboard with nothing to install, and if you own a USB MIDI keyboard, the same page accepts it as input via Web MIDI in Chrome, Edge, or Firefox. That covers both halves of the equation at zero cost. Play the free online keyboard synthesizer

The Bottom Line

MIDI is the message; the synthesizer is the voice. A MIDI keyboard without a synth is a telephone with no one on the other end — and a synth without keys is a voice waiting for a message. You need one of each, and on this site the voice half is already free and loaded.