Is your question about how to convert from BPM to time between beats?
The formula is this:
period = 1 / frequency
In Pd, you probably want to have the period to be in ms (milliseconds). So the formula is this:
time_between_beats = 60000 / BPM | 1 minute in ms
In Pd, this would look like this:
[120 \ <- numberbox | [60000 $1( | [/ ] | [500 \ <- numberbox
Roman
On Wed, 2012-09-19 at 02:43 +0200, 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?
cheers
R.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list