oshu
oshu copied to clipboard
Rewrite the audio library module
First, it should be called skin. I didn't know it was called that way by osu! at the time.
Second, it should not be part of the audio module.
Third, it uses a hand-written memory structure. Now we have access to STL's containers, the code could be simplified a lot by not reinventing the wheel, while remaining type safe.