Matching Random Seed to the bpm of a song.
Hey Everybody,
I got a fairly straightforward question but my head hurts from trying to make it work.
So I want the random seed of a wiggle transform to go up exactly on beat with a song. I know the song is 140 bpm and I want the random seed to go up every other beat. 140/60=2.33/2=1.166666
So the random seed needs to go up by 1 every 1.1666 seconds.
I tried it with the time*1.1666 expression but this doesn't quite work because it will add 1.16666 every 1 second instead of the other way around. (I hope I am making sense)
Is there an expression I can use that will add 1 every 1.166666 seconds? Pretty much like a timer?
Thanks in advance!
