poll rate?
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 : )
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
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?
: )
I have this saved as an abstraction called EveryNumber:
I was just going to point to this excellent abstraction, thanks for posting Chris!
-Ben
Thank you Chris, that's great.
I shall try it out later today.
: )