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

Stopped working in Chrome as well #57

Open
Yahav opened this issue Jul 24, 2014 · 3 comments
Open

Stopped working in Chrome as well #57

Yahav opened this issue Jul 24, 2014 · 3 comments

Comments

@Yahav
Copy link

Yahav commented Jul 24, 2014

Dance.js is not working anymore neither in Chrome:
Uncaught TypeError: undefined is not a function dancer.js:32.
This makes it completely unusable.

@Yahav
Copy link
Author

Yahav commented Jul 24, 2014

Just found a solution:

SEARCH FOR:
this.context.createGainNode
REPLACE WITH:
this.context.createGain

SEARCH FOR:
this.context.createJavaScriptNode
REPLACE WITH:
this.context.createScriptProcessor

@ottonascarella
Copy link

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

@altmind
Copy link

altmind commented Aug 27, 2014

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

januff added a commit to januff/unknown_pleasures that referenced this issue Sep 5, 2014
Changed createJavaScriptNode to createScriptProcessor on line 369, as
per Dancer issues commentary:
jsantell/dancer.js#57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants