diff options
author | metamuffin <metamuffin@disroot.org> | 2025-04-02 16:00:09 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-04-02 16:00:09 +0200 |
commit | 7e4b3a9aae0fd3aeba52bc74ca1001016b03e89e (patch) | |
tree | 30506eb48da10bca603c8e5c9e9b990a7bc8f8d3 | |
parent | 3080b61bed18d65527e5f728bb9221b3cc2dcf42 (diff) | |
download | oscosu-master.tar oscosu-master.tar.bz2 oscosu-master.tar.zst |
-rw-r--r-- | readme.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,7 +1,14 @@ # oscosu -Osu! implementation that renders to oscilloscope XY-Mode via stereo channels of your audio interface. +Osu! implementation that renders to oscilloscope XY-Mode via stereo channels of +your audio interface. +If the screen is quickly drifting towards the center, then that is likely +because of hardware DC-remover on the audio interface. I have tried some logic +to place useless points around the viewport to balance but that had no great +success. Maybe try doing it better than me. + +Currently it only reads the \[HitObjects\] section of the beatmap file. ## License |