18 Jun
2006
18 Jun
'06
6:33 p.m.
This works for me ( on win32 ), using a variety of 1::second / 1::samp => float srate; %chuck --srateN Atte André Jensen wrote:
Hi
I'm in the process of making a small bpm calculator, as part of a bigger whole. It detects taps on a midikey and calculates the bpm from the distance between the taps. What it boils down to is that I end up with a duration, which at 60 bpm (and tight tapping) is 47904.000000 and if I run with --srate44100 is 44096.000000. Looks to me like time is counted in samples, right?
Anyways, if my algorithm should work at all sample rates, I need to ask from within chuck what sample rate we're running at. How is this done?