meenie / band.js

Band.js - Music composer interface for the Web Audio API.
Other
1.18k stars 93 forks source link

Add the ability to chose the use of setTimeout instead requestAnimationFrame #21

Closed jshthornton closed 10 years ago

jshthornton commented 10 years ago

requestAnimationFrame is not always possible in such environments as Chrome extension background pages, whereby requestAnimationFrame will never invoke as the page is never visible.

Maybe add the option to be able to chose which to use?