mohayonao / pico.js

Audio processor for the cross-platform
http://mohayonao.github.io/pico.js/
313 stars 18 forks source link

Firefox errors due to API changes #5

Open MichaelPaulukonis opened 10 years ago

MichaelPaulukonis commented 10 years ago

In July(?) 2013, there were changes made to the WebAudioAPI.

At least one change causes pico.js to throw the following error in FireFox28:

TypeError: context.createJavaScriptNode is not a function

mohayonao commented 10 years ago

thanks! I've forgot to update it.

MichaelPaulukonis commented 10 years ago

Much better -- no more errors in FF25.0.1 (I have a different version at home) - but the timings (?) are screwed up. Not sure how to explain... Oh, Firefox!

The sounds generate "correctly" -- that is, "instruments" sound the same in chrome and firefox. But notes fire all piled up on themselves in Firefox.

mohayonao commented 10 years ago

umm.. I need to check this error a little more.