jsantell / dancer.js

high-level audio API, designed to make sweet visualizations
jsantell.github.com/dancer.js
MIT License
2.11k stars 211 forks source link

Stopped working in Chrome as well #57

Open Yahav opened 9 years ago

Yahav commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

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