Hi! I have some music in my game. Each song have a constant bpm (beats pro minute). I added some models with alpha textures in my level (thats my spotlights).
Now my problem:
If I play my music, the spotlights (models) should be rotate exactly to the beat(speed) of the current song, like a lightshow or a music-visualization.
Its a time problem, because the frametime in the engine is variable and I need a constant time for my beat.
I thought, that an equalizer is very helpful for this. I find "Fmod wrapper", but I cant download it.
Can someone help me?
Regards