Hiya
Whats the most reliable way to guess the number of beats in a loop loaded in?
I have got this working by the way by dividing the length(ms) of the loop by the metro frequency*4 and putting the result through int to get nice round beat numbers. This works to a point, except obviously when the tempos are different. I wanted Pd to work it out, without me having to parse the tempo from a filename. (i.e 128_drumloop.wav)
I'm sure this is possible - how do I do it?
thanks