You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A WIP tool which allows osu! players to analyze beatmaps and replays. Check out the Dev branch for the latest commits!
##UI:
Load Beatmap (click to expand):
The button loads the beatmap (*.osu) based on the file's absolute location
specified on the first line of analyzer.txt file. Currently supports mania and standard maps only.
Load Replay (click to expand):
The button loads the replay (*osr) based on the file's absolute location
specified on the second line of analyzer.txt file. Currently supports mania and standard maps only. A beatmap must be
loaded for the replay loading to work.
Map display (click to expand):
Displays the contents of the map at the current time. It is possible to
zoom in and out of the map by placing the cursor on the map display and using scrollwheel and the z-key
Time display (click to expand):
Displays the hitobject timings in magenta and 60FPS ticks in blue. It is
possible to control the view time of the map by using the scrollwheel anywhere onscreen. It is possible to adjust the
resolution of the time display by placing the cursor on the time display and using scrollwheel and the z-key
Tap Deviation display (click to expand):
Displays the player's deviation from hiting the needed time of the
notes across a certain time range. A replay must be loaded for it to be displayed. It is possible to adjust the resolution
of the tap deviation display by placing the cursor on the tap deviation display and using scrollwheel and the z-key. It is
possible to adjust the time range by placing the cursor on the tap deviation display and using scrollwheel and the x-key.
Beatmap and Replay metric display (click to expand):
Displays various metrics calculated by the analyzer. Hovering
over the display will show the value for that time hovered over. It is possible to cycle through the metrics by using the buttons
on the right side of the display. Some metrics will not be available unless the replay is loaded.
About
A tool which allows osu! players to analyze beatmaps and replays