Skip to content

VideOSC 2.0, alpha 3

Latest
Compare
Choose a tag to compare
@nuss nuss released this 04 May 19:27
· 1 commit to master since this release

VideOSC 2.0, alpha 3

This release was originally planned as part of bigger release, containing new user-facing features. However, that turned out to more work than expected. So I decided to create this new release containing the features listed below.

New Features

  • OSC communication rewritten: OSC messages are no longer sent as single messages. Instead all OSC messages are collected in OSC bundles which are sent once for every frame. OSC messages are no longer created on startup, cleared and filled with a new value for every frame. Instead OSC messages are created anew for every frame. This should guarantee that new values are always sent correctly (Under certain circumstances OSC messages weren't cleared properly in the old implementation and hance old values were sent over and over again).

Other Changes

  • Updates on dependencies