zya / beet.js

Polyrhythmic Sequencer library for Web Audio API.
http://zya.github.io/beet.js
MIT License
114 stars 17 forks source link

Glitches after `stop()` or `pause()` on mobile #1

Closed zya closed 8 years ago

zya commented 8 years ago

Sometimes, after pausing or stoping the scheduler, some events will be scheduled in a very short interval which causes issues on mobile.

zya commented 8 years ago

It seems like the latest update to wa-metro fixes this issue. I tested it on Android Chrome.

zya commented 8 years ago

No, its not still fixed. For some reason, the local hosted version behaves differently than the version hosted on github pages.

zya commented 8 years ago

It was because gh-pages build failed.