Closed vivaria closed 6 months ago
The timing windows for fumens are currently hardcoded here:
https://github.com/vivaria/tja2fumen/blob/09d83c38089f3da935c045abb6878e10004f885f/src/tja2fumen/classes.py#L227
But, there are different timing windows for Easy/Normal:
good = 25.0250015258789 ok = 75.0750045776367 bad = 108.441665649414 good_easy = 41.7083358764648 ok_easy = 108.441665649414 bad_easy = 125.125
This should be very easy to fix.
The timing windows for fumens are currently hardcoded here:
https://github.com/vivaria/tja2fumen/blob/09d83c38089f3da935c045abb6878e10004f885f/src/tja2fumen/classes.py#L227
But, there are different timing windows for Easy/Normal:
This should be very easy to fix.