Discover

Topics

VideOSC

VideOSC version history

‹ General Info
Version 1.1.1
Updated 6 years ago
Changelog Small update for finding the smallest possible preview size. Now the app really uses the smallest possible preview size, not the second smallest one. This might speed up the app a little bit.
Version 1.0.2
Updated 7 years ago
Changelog - Fixed a bug in the preloader: Letting the preloader run for a long time would eventually crash the app (ConcurrentModificationException).
Version 2.0alpha2
Updated 2 years ago
Changelog This intermediate release was originally planned as part of a bigger release, containing new user-facing features.

New in this release:
- send OSC messages in OSC bundles instead of single OSC messages. This should make OSC communication more reliable and reduce network traffic.
- always create OSC messages as new OSC messages, don't re-use old messages. This should guarantee that always the correct values are sent and not old ones over and over.