How to make a Rythm Game?

Hey I making a rythm game and I want to detects beat in a music, I’ve tried several things with externals applications but it didn’t work, so can you help me?

1 Like

The way I would do this is to know the exact BPM (beats per minute) of the track you are playing. Then set up a timer which corresponds to the BPM.

For example… say you have a beat which is exactly 120 BPM… You know that the beat will fall precisely on 0.5 second, per beat.

So you could set your timer to do whatever action you need according to the 0.5 per second timing.

1 Like