phuvf / oscpoint

OSCPoint is a PowerPoint add-in that allows Open Sound Control (OSC) control of PowerPoint on Windows
https://oscpoint.com
MIT License
37 stars 3 forks source link

Minor sync issues due to non bundled playhead information #31

Closed fusionstream closed 2 months ago

fusionstream commented 3 months ago

As the remaining time in a video and the elapsed time in a video are not reported in the same message, there is a slight difference in reported playhead position depending on which is relied upon.

Bundling these (with the "duration") in one message would alleviate this issue.

phuvf commented 2 months ago

Yes, this is a side-effect of the way the OSC is packaged and emitted. I've been staying away from bundles as I'm not sure how good support for them is and wanted v1 to be (a bit more) guaranteed to work. Might add support for bundles future releases - let me know if you've ever had issues with them and had to drop back to plain-ol single messages.

fusionstream commented 2 months ago

Not really. It's as if they come in on the same eth frame. The bundles I receive are very frequent though so it's possible I've missed a dropped frame because it gets updated so fast.

*Accidentally closed the issue as well. Reopened ;)