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 parsing of sequential key presses #2

Open
devbridie opened this issue Mar 28, 2017 · 0 comments
Open

Fix parsing of sequential key presses #2

devbridie opened this issue Mar 28, 2017 · 0 comments
Labels

Comments

@devbridie
Copy link
Owner

Currently, the implementation is not able to differentiate between a key release and a press following the same frame afterwards and being pressed for the entire duration of two presses. This is because Synthesia does not deactivate the pressed key light for that small interval.

I would propose a solution which looks at the black bar approaching the keyboard. Unfortunately, this is not ideal because a prediction would have to be made as to when that black bar approaches the keyboard. A variation in scrolling speed of the notes could lead to wrong predictions.

@devbridie devbridie changed the title Fix parsing of sequential key presses. Fix parsing of sequential key presses Mar 28, 2017
@devbridie devbridie added the bug label Mar 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant