vvvv / Kontrolleur

An OSC remote control for Android devices
17 stars 4 forks source link

On android 4.4.2 : values are sent at circa 1 second intervals #1

Open vichug opened 10 years ago

vichug commented 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 ?

joreg commented 10 years ago

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..