blob: e7c7e786af103c61516bf946857e7e9553db8ac0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# oscosu
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
AGPL-3.0-only
|