I have been wondering if its possible to mix f1xx and f0xx to get at specific tempo of the the song from what I see it should be possible but the mathematic behind it is a bit blurry to me0o
If its possible it would be so cool to see an example… lets say 600 or 400 bpm= f1something and f0something
I really hope someone understand what I mean here…
if not please let me know!
you have to decide how many rows your beat should have (your “real” beat, not the one you will define with F1xx commands)
now, take the desired BPM and divide it by two until it goes under 255
for example: 600 / 2 = 300; 300 / 2 = 150, which is less than 255, so you will use 150.
I will not go in the details of decimal to hexadecimal conversion here; more about this here.
anyway, in the example, 150 in hexadecimal is 96, so you will start putting a F096 command to set BPM to 150.
now, count how many times you have divided the desired BPM above; in the example, you have divided 600 two times in order to obtain a number which is smaller than 255, id est: 150. This means you have divided 600 by four.
now, take the desired number of rows per beat, for example 8, and multiply it by this number (four): 8 * 4 = 32; 32 is the number to set LPB to: you will use the command F120, as 20 is the hexadecimal for 32.