[PD] bpm counter

Mathieu Bouchard matju at artengine.ca
Mon Oct 18 18:20:41 CEST 2010


On Mon, 18 Oct 2010, L.J. wrote:

> before building something that's already there, has anyone done a
> working bpm counter in pd?

use GridFlow's [fps]. It will give you Hz (bangs per second). After that 
you can use [* 60] to convert it to bangs per minute. There's an option in 
[fps] to choose how often you want it reported.

See this help file : http://gridflow.ca/help/fps-help.html

Note that the default mode is "real", so it uses [realtime]. If you want 
it to use logical time, you can write in the box :

   [fps, mode logical]

  _______________________________________________________________________
| Mathieu Bouchard ------------------------------ Villeray, Montréal, QC


More information about the Pd-list mailing list