Releases: keijiro/OscJack
Releases · keijiro/OscJack
2.0.0: OSC connection data class
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
GitHub Action update
.NET 4.x adaptation
- Added default values to avoid compiler warning.
Bug fix
Small updates
- Added the argumentless send method to
OscClient
. - Made the
OscMaster
class public.