Open vichug opened 10 years ago
I notice that 8 chunks of 3 osc messages (/acceleration,/magnetism,/orientation) are sent at once ; around every 1 second. It should be continuous, no ? Is there a way to control polling rate ?
here: https://github.com/vvvv/Kontrolleur/blob/master/Kontrolleur.pde#L79 you see that the sensors are being sent out as a bundle every draw-call.. so i am not sure what you mean with "8 chunks" per second..
I notice that 8 chunks of 3 osc messages (/acceleration,/magnetism,/orientation) are sent at once ; around every 1 second. It should be continuous, no ? Is there a way to control polling rate ?