Skip to content

Releases: keijiro/OscJack

2.0.0: OSC connection data class

25 Apr 07:29
Compare
Choose a tag to compare

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: Maintenance update

15 Mar 06:43
Compare
Choose a tag to compare
GitHub Action update

.NET 4.x adaptation

17 Jun 09:29
Compare
Choose a tag to compare
  • Added default values to avoid compiler warning.

Bug fix

08 Aug 02:25
ca9ff62
Compare
Choose a tag to compare
  • Changed to add an empty type tag string (",") to argument-less messages.

Small updates

22 Jul 09:29
Compare
Choose a tag to compare
  • Added the argumentless send method to OscClient.
  • Made the OscMaster class public.

Bug fix

22 Jul 03:22
29c92ac
Compare
Choose a tag to compare
  • Add a mutex to OscEventReceiver to avoid race condition.

v0.1.0

22 Jul 01:44
Compare
Choose a tag to compare
Add PackageTool