Measuring how fast a float or int moves

edsonedge's icon

Hi

Is there any kind of object or method that measures how fast a float or int moves

That is: I am interested in getting a bang if a float/Int moves faster than x (for example: goes over 50 integer points in x milliseconds) but Im not interested to get a bang if a float/int moves past a certain point

All the best.

edsonedge's icon

p.s I seem to remember seeing an object like this in some external lib - but I cant remember where

Floating Point's icon
Max Patch
Copy patch and select New From Clipboard in Max.

this is how I'd do it:

edsonedge's icon

Thanks guys

Terry´s version seems at first sight to be what I want - gonna test it some more

All the best