Piano roll, tempo and arrangement
Three views over the same song: the roll for note-by-note work, a tempo lane for timing changes, and an arrangement view for seeing the whole piece laid out track by track.
Sin subida, sin instalación
Corrige timing, moldea velocity, mueve notas sueltas y exporta un .mid limpio para tu DAW. El siguiente paso tras convertir — no un clon genérico de «editor MIDI online».
Qué es esto
Los MIDI describen la interpretación, no el sonido. Un piano roll es la forma más clara de verlo.
Llega desde el conversor MP3 a MIDI con la transcripción cargada, corrige aquí y exporta. El editor es signal (MIT); quitamos peticiones de terceros.
Three views over the same song: the roll for note-by-note work, a tempo lane for timing changes, and an arrangement view for seeing the whole piece laid out track by track.
Add, duplicate, rename, recolour and reorder tracks, with solo, mute and ghost for each. Muted tracks stay in the file — muting is something you listen with, not something you lose.
Pencil tool to place notes, plus line and curve tools that generate a run of notes or an ease-in/ease-out velocity sweep in one gesture instead of fifty clicks.
A dedicated lane under the roll for how hard each note plays, plus lanes for pitch bend and hold pedal — the performance data a transcription tends to flatten out.
Snap-to-grid for note placement and dragging, a loop range you can set from the ruler, and arrow-key nudging when you want a note a hair before the beat.
Write a standard .mid back out, or render the result straight to WAV or MP3 using the instrument you loaded. Useful for checking a part without opening a DAW.
Ships with a piano bank, and you can load any SoundFont (.sf2) file of your own, or a synthesised track, so playback sounds like the instrument you are writing for.
Connect a MIDI controller over Web MIDI and record into the roll, or use the on-screen keyboard and your computer keys. Octave up and down are one keystroke away.
When a note looks right but sounds wrong, the event list shows the raw MIDI data — the actual ticks, channels and controller values behind what you see on the grid.
Files arrive from any DAW, keep their track names, and leave as standard MIDI. Time signatures, tempo changes and program numbers come along with the notes.
The interface is translated — including 简体中文 and 繁體中文 — so you are not decoding English menu labels while trying to hear whether a chord is right.
Reload the page and the editor brings the same song back — the file you arrived with is kept for the tab. Edits you have not exported are not kept, so save a version from the File menu once it sounds right. None of it is sent anywhere.
Cómo usarlo
Drop a .mid anywhere in the editor, or arrive from the converter with your transcription already loaded.
Pick the pencil or selection tool, draw and drag on the grid, and snap to the grid value you want. Arrow keys nudge, one or many notes at a time.
Work the velocity lane so accents land where they should, add pitch bend or pedal where the original had it, and set a loop to hear the same four bars again.
Save a .mid for your DAW, or render WAV or MP3 to hear it as audio. Nothing was uploaded at any point.
Va con el conversor
Convierte un MP3, WAV u OGG y pulsa Abrir en el editor en el panel de resultados. Llega como un .mid real, listo para limpiar antes del DAW.
Ir al conversorFAQ
Nowhere. There is no upload step in this editor — the file is read with the browser's own File API and parsed in the tab. Its fonts, its instrument samples and its code are all served from this site rather than pulled from a CDN, so nothing about your session leaves your machine.
The piano roll is signal, an open-source MIDI editor by ryohey, used here under the MIT licence. We vendor it, build it into this site, and patch a handful of things — its analytics tag and CDN dependencies are removed so it makes no third-party requests, and a small addition lets the converter hand your notes straight to it. The converter is ours.
Not from a cold start — there is no service worker, so loading the page with no connection will not work. What does happen is that a repeat visit re-uses what the browser already holds: the model weights, the piano bank and the fonts are all served from this site rather than a CDN, so coming back re-checks them instead of pulling nine megabytes of instrument down again.
Yes. Select the notes you want tightened and press Q. The same command sits in the Edit menu and in the piano roll's right-click menu, and it stays disabled until something is selected — so it can never quietly move a part you were not looking at. Ctrl/Cmd+Z undoes it, which makes trying a hard quantise and backing out cheap.
Yes. Export Audio renders the song through the loaded instrument to WAV or MP3 inside the tab. It is a way to hear the arrangement without a DAW; for a finished production you still want the .mid and your own instruments.
Two views, two levels. The piano roll edits one track's notes at a time, and which track that is you choose from the track list in the arrangement view. The arrangement view is where the whole song sits side by side, and a box-select there reaches across tracks — so one transpose or quantise can land on several parts. Both act on the selection, and both undo with Ctrl/Cmd+Z.
Open the editor without a song and you get an empty project: add a track, draw notes, set the tempo and time signature, and export. Or run an MP3 through the converter first and start from a real performance.
No. Everything can be drawn and edited with a mouse and the keyboard shortcuts. A controller over Web MIDI is a convenience if you want to play parts in rather than place them.