dancer.js icon indicating copy to clipboard operation
dancer.js copied to clipboard

Stopped working in Chrome as well

Open Yahav opened this issue 10 years ago • 3 comments

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 avatar Jul 24 '14 13:07 Yahav

Just found a solution:

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

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

Yahav avatar Jul 24 '14 13:07 Yahav

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

ottonascarella avatar Jul 29 '14 12:07 ottonascarella

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

altmind avatar Aug 27 '14 18:08 altmind