qiao / euphony

MIDI visualizer in WebGL
http://qiao.github.com/euphony
845 stars 122 forks source link

Demo does not play on chrome 37 #10

Closed avdg closed 9 years ago

avdg commented 10 years ago

On: https://qiao.github.io/euphony/#7 Os: windows

I'm getting following error. euphony-webglrenderer

ghost commented 9 years ago

Confirmed for 37.0.2062.124 on OSX

jawrainey commented 9 years ago

I can confirm that it is not working for Version 38.0.2125.104 on OSX.

qiao commented 9 years ago

It's due to the change in Web Audio API since Chrome 36.

I just migrated the code to using the latest Web Audio API and Three.js. The demo should be working now.

avdg commented 9 years ago

Thanks, it seems to be fixed now :-)