OscJack Versions Save

Lightweight C# implementation of OSC server/client

2.0.0

2 years ago

In this update, I added OscConnection class (inherits ScriptableObject) to specify a host address and a port number in sender/receiver components. Now you can change a host address or a port number with a single point change (previously you have to modify every component).

1.0.3

3 years ago

v0.1.4

4 years ago
  • Added default values to avoid compiler warning.

v0.1.3

5 years ago
  • Changed to add an empty type tag string (",") to argument-less messages.

v0.1.2

5 years ago
  • Added the argumentless send method to OscClient.
  • Made the OscMaster class public.

v0.1.1

5 years ago
  • Add a mutex to OscEventReceiver to avoid race condition.

v0.1.0

5 years ago