Closed jbmagination closed 2 years ago
Can you record a video? Works find on my end.
Just tried on Firefox 98.0.2 and I can reproduce. Will fiddle with OBS since for some reason today it doesn't want to let me add anything to my scenes
I tried setting the BPM to 200 and yeah, inputs and hit sounds are at 100bpm while the rest (address bar / metronome) isn't. Autoplay handles it fine though and does inputs at 100bpm. A human player... couldn't do that probably
Hmm, this most likely means that the notes aren't being updated correctly. Does the issue persist after typing game.conductor.updateActionSecs()
in the console?
I was able to reproduce this issue, and running game.conductor.updateActionSecs()
fixed it...
Aha yeah, most timings in the game are stored in seconds instead of beats (because of bpm changes, etc), I guess they just didn't update. You can even see the function failing in the video above, how convenient
Fixed in latest update, I wrote this.conductor
instead of this.game.conductor
. Thank you for showing the error in the console!
Fixed in latest update, I wrote
this.conductor
instead ofthis.game.conductor
. Thank you for showing the error in the console!
I didn't even notice them, because brave is always showing me them lol
I'm not sure what else I can add to this. Running on Chrome 97.0.4692.102