OSC streaming frequency
Posted: Sun Sep 22, 2019 8:08 pm
The OSC specs say that the absolute data for each of the sensors is being sent at 10HZ. Does that mean that I'm going to get a full set of data every tenth of a second. What I mean is, is the data for all the sensors bundled up in a single record and sent in one go, or does the data for each sensor come separately?
The reason I ask is that I'm using Processing to write a display program and they way Processing works is that it loops the draw() function unless you turn it off and on. If the data is all bundled together it makes this reasonably easy but if each sensor's data comes separately then I have to look at buffering or something like that.
Unless, of course, I've misunderstood how OSC works. I've only just started this project so that's not unlikely.
The reason I ask is that I'm using Processing to write a display program and they way Processing works is that it loops the draw() function unless you turn it off and on. If the data is all bundled together it makes this reasonably easy but if each sensor's data comes separately then I have to look at buffering or something like that.
Unless, of course, I've misunderstood how OSC works. I've only just started this project so that's not unlikely.