Angramme / polyrhythm

A simple JavaScript polyrhythm generator
https://angramme.github.io/polyrhythm/
GNU General Public License v3.0
22 stars 6 forks source link

Bug reports #3

Open Angramme opened 5 years ago

Angramme commented 5 years ago

comment here for bug reports

davay42 commented 4 years ago

Three rhythms fail on Firefox on my macbook. The tempo freezes for a moment and there's some glitch effect in the sound.

Angramme commented 4 years ago

Does it continue normally afterwards? If yes, then it's a problem with the JavaScript sound API or Tone.js itself that I sometimes get on my end too, usually a page refresh fixes the problem. If no, then please tell me the version of Firefox you got and the console output (namely error messages). Hope it helps!

EDIT: I noticed it freezing sometimes when I'm doing some cpu heavy tasks in the background. Remember that JS is one threaded after all.