FrancisTR / Rhythm-Swipe

A Repository dedicated to the 2D Game "Rhythm Swipe".
https://projectrhythmswipe.netlify.app/
GNU Affero General Public License v3.0
2 stars 0 forks source link

Beat not in Sync with the Music #11

Closed FrancisTR closed 1 year ago

FrancisTR commented 1 year ago

Based on Nick's Feedback:

"Beats are not perfectly in sync. (Easy, Medium, havent check others not big deal because there's visual)"

FrancisTR commented 1 year ago

It has been implemented in Processing. Will work on Migrating to p5.js version.

FrostyNick commented 1 year ago

One thing that would help is recalculating the cubes based on local time rather than relying on the frames per second to have the correct beat. There seems to be a lot of fluctuation with the cubes on the beat overtime. Also this would make low-end devices not be severely offbeat.

FrostyNick commented 1 year ago

Fixed in #28