How to read a MIDI waterfall
A practical guide to reading MIDI as falling notes, understanding track colors, changing playback speed, and fixing common visualization problems.
Last updated September 2, 20261. Open a MIDI or start with the demo
Open the online MIDI visualizer. Choose a `.mid` or `.midi` file, or select the original demo. Your file is parsed in browser memory and is not sent to the server.
2. Read pitch, time, length, and color
Pitch runs from low on the left to high on the right. A note reaches the keyboard when its start time arrives. Longer bars represent longer notes, while stable track colors make separate parts easier to follow.
3. Slow down and isolate the useful parts
Use half or three-quarter speed for a difficult passage. Hide accompaniment tracks when you need to focus on a melody or bass line. These controls change the session view, not the source file.
4. Choose the right MIDI view
Use the MIDI Viewer when you need a horizontal overview of the whole arrangement. Use the MIDI Player for playlists, looped practice, and track mixing.
If the animation stutters
Dense arrangements can ask the browser to draw thousands of notes. Hide tracks you do not need, close CPU-heavy tabs, and leave full screen. If you only need metadata, the MIDI Inspector avoids continuous animation.