Count rate of bangs

Paul Brennan's icon

Hi there - beginner question - I just want to count the rate, per second or other interval, of a stream of events - basically boolean integers, so 1s. I was hoping for an object that was the opposite of metro that would do this easily, but don't think there is one? It seems like I could do it with combo of count, metro, division, etc. but maybe there is a better way, it seems like a lot of objects required.

Thanks, Paul

👽'tW∆s ∆lienz👽's icon

see the helpfile for 'timer' (and 'clocker' too... depending on what you need)

Paul Brennan's icon

Thank you!

Roman Thilenius's icon


if am not missing something there is no such external.

so build it using counter and division as you said and save it as abstraction for the future, then you have your own object.