On 19/09/12 01:43, ronni montoya wrote:
Hi, how can i convert bpm events into time values? i need to fill a table with time values from a specific bpm
any idea how to achieve this?
BPM is beats per minute, so for example:
60 bpm means 60 beats in 1 minute, 1 beat per second
120 bpm is 120 beats in a minute, 2 per second, or better one every 0.5 seconds
Generalising:
seconds = 60 / bpm
Or also (probably more useful in Pd related stuff)
milliseconds = 60000 / bpm
Lorenzo. PS: see attached patch for a simple implementation I've often used ;)
cheers
R.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list