poll rate?

teqy's icon

hello,

If a line object is set to count from 0 - 100 in 100 milliseconds

a print object shows :

0 20 40 60 80 100

Also when a slider is moved from 0 - 100 with the mouse very quickly
many numbers are missed.

Is there a parameter somewhere to raise the resolution?

thanks for help : )

Ben Bracken's icon

The second argument (time grain) to line is what you are looking for. For example, [line 0 5]. You can change this arg with a value in the rightmost inlet.

-Ben

teqy's icon

thanks ben : )

When i scan an integer box with the mouse, lots of numbers are missing in a print.
thats when i got the line module out to see more clearly,

i am wondering is there a way to also alter the grain when scanning a number box?

: )

Chris Muir's icon
Max Patch
Copy patch and select New From Clipboard in Max.

I have this saved as an abstraction called EveryNumber:

Ben Bracken's icon

I was just going to point to this excellent abstraction, thanks for posting Chris!

-Ben

teqy's icon

Thank you Chris, that's great.

I shall try it out later today.

: )