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

Figure out a way to account for server to master/slave latency #2

Open
drewbharris opened this issue Oct 22, 2012 · 1 comment
Open
Assignees

Comments

@drewbharris
Copy link
Owner

Currently setting up events at 1000ms-determined latency to be executed clientside using setTimeout.

This is bad, for a number of reason. setTimeout queues a function to be executed some time after the time specified, which is not what we need at all.

@ghost ghost assigned drewbharris Oct 22, 2012
@drewbharris
Copy link
Owner Author

setTimeout isn't really the issue, I don't think... also, noteOn(number) doesn't appear to work anywhere. Sigh.

I'll keep investigating. I've commented out the failed attempt at latency adjustment.

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

No branches or pull requests

1 participant