We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
drewbharris
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: