-
Notifications
You must be signed in to change notification settings - Fork 209
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
Stopped working in Chrome as well #57
Comments
Just found a solution: SEARCH FOR: SEARCH FOR: |
Not working on Chrome 36.0.1985.125 m JS Errors: Uncaught TypeError: undefined is not a function jsantell.github.io/dancer.js/dancer.js:354 Uncaught TypeError: Failed to execute 'connect' on 'AudioNode': No function was found that matched the signature provided. dancer.js:321 |
I can confirm @ottonascarella. Web example does not work in chrome 36. Gives error: Uncaught TypeError: Failed to execute 'connect' on 'AudioNode': No function was found that matched the signature provided. dancer.js:321 |
Changed createJavaScriptNode to createScriptProcessor on line 369, as per Dancer issues commentary: jsantell/dancer.js#57
Dance.js is not working anymore neither in Chrome:
Uncaught TypeError: undefined is not a function dancer.js:32.
This makes it completely unusable.
The text was updated successfully, but these errors were encountered: