Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scroll Speed assumes that BPM doesn't reset SV to 1.0 #118

Closed
Eve-ning opened this issue May 12, 2023 · 0 comments
Closed

Scroll Speed assumes that BPM doesn't reset SV to 1.0 #118

Eve-ning opened this issue May 12, 2023 · 0 comments
Labels
Bug Something isn't working
Milestone

Comments

@Eve-ning
Copy link
Owner

Describe the bug

Currently, we assumed that scroll_speed BPM takes on the SV of the previous SV line, which is not true.
in osu! behavior, the BPM actually forces the SV to be reset to 1.0, so implicitly the SV is reset.

For example

Normal on 200 BPM

Offset SV BPM Scroll Speed
0 2 100 1.0
1 200 1.0
2 2 200 2.0

reamber incorrectly assumes that offset 1 has double scroll speed.

@Eve-ning Eve-ning added the Bug Something isn't working label May 12, 2023
@Eve-ning Eve-ning added this to the v0.1.9 milestone May 12, 2023
@Eve-ning Eve-ning mentioned this issue May 12, 2023
@Eve-ning Eve-ning mentioned this issue May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant