-
Notifications
You must be signed in to change notification settings - Fork 18
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
Firefox errors due to API changes #5
Comments
thanks! I've forgot to update it. |
Much better -- no more errors in FF25.0.1 (I have a different version at home) - but the timings (?) are screwed up. Not sure how to explain... Oh, Firefox! The sounds generate "correctly" -- that is, "instruments" sound the same in chrome and firefox. But notes fire all piled up on themselves in Firefox. |
umm.. I need to check this error a little more. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In July(?) 2013, there were changes made to the WebAudioAPI.
At least one change causes
pico.js
to throw the following error in FireFox28:TypeError: context.createJavaScriptNode is not a function
The text was updated successfully, but these errors were encountered: