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

Fix scatter plot bug #94

Merged
merged 1 commit into from
Feb 4, 2018
Merged

Fix scatter plot bug #94

merged 1 commit into from
Feb 4, 2018

Conversation

andrewipark
Copy link
Contributor

Fixes (sort of) #77.

The previous code seemed fine other than the offset thing, so I think the Judgment broadcast is not always as timely as it should be. This is supported by the fact that on the song that was reported, the miss bars are not always in the same places across plays.

Also, I've now heard Windows XP Critical Stop more times in the last hour than I have in the preceding few years.

This is necessary because CurrentSecond includes the offset of whenever the player hit the note, so if you hit the last note(s) super late or the first note(s) super early it will be outside the ends of the song and fall off the graph.

But for some reason even after applying this, it STILL falls off the right end (and only the right end). So now there's padding. Maybe the JudgementMessage command takes a few frames to propagate? or GameState precision isn't the best?
@quietly-turning
Copy link
Contributor

Eyeballing these changes, I think they seem reasonable. I'll merge it now and we can fine-tune more later if needed.

Also, I offer my condolences to your ears.

@quietly-turning quietly-turning merged commit 01c5764 into Simply-Love:master Feb 4, 2018
@quietly-turning
Copy link
Contributor

Also also, good catch on

CurrentSecond includes the offset of whenever the player hit the note

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants