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.
アップロードなし・インストールなし
タイミングを直し、ベロシティを整え、迷い音を移してから、DAW用のきれいな.midを書き出します。変換の次のステップとして設計 — 汎用「オンラインMIDIエディタ」のブランド語にはぶつかりません。
これは何か
MIDIは音ではなく演奏を記述します。ピアノロールが最も見やすい表示です。
MP3 to MIDIコンバータ から書き起こしを受け取り、ここで直して書き出します。エディタはsignal(MIT)で、第三者リクエストを除き、開いた内容は端末から出ません。
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.
使い方
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.
コンバータとセット
MP3/WAV/OGGを音符にし、結果パネルの エディタで開く を押します。本物の.midとしてここに届き、DAWの前に整えられます。
コンバータへFAQ
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.