Catcher
OsuAutoGenerator is not included in this change because it uses SortedList-like thing
PalpableCatchHitObject
There were two coordinate systems used: - 0..512 (used in osu!stable) - 0..1 (relative coordinate) This commit replaces the usage of the relative coordinate system to the coordinate system of 0..512.
Fixes #2328. Would only happen when ticks and ends were spaced too far apart (or there were no ticks in a juicestream).
Closes #1611