[PD] "musical" timing, something like Max´s "metrical timing Transport" and [metro 16n]

Funs Seelen funsseelen at gmail.com
Thu Mar 21 16:56:53 CET 2013


If you mean milliseconds to bpm and vice versa:

minute = 60,000 ms;

bpm * ms = 60,000;

bpm = 60,000 / ms;

ms = 60,000 / bpm;

[120 \
|
[t b f]
|     /
[60000(
|   /
[/ ]
|
[500 \

Send this to the right inlet of [metro]. Then connect a counter [int
]/[+ 1]/[% 16] (outlet of the modulo to right inlet of [int]) to the
outlet of [metro]. That then counts from 0 to 15 with an interval of
500 ms.

--Funs



More information about the Pd-list mailing list