v2.0.0 Beta 2
🢃 Download Release
Discord Support Server
v2.0.0b2 Changelog
- added unsigned float options for vector2 actions
- tick the box for any supported parameter to map the float value to [0, 1] instead of [-1, 1]
v2.0.0b1 Changelog
- Refactor and optimization of entire code base. The project got too big for one file so I split it into three. Better for readability and better if someones wants to contribute.
- OSCQuery support! Just for listening to avatar change events.
- Only sending Parameters when its needed/when they change. This needs some testing to avoid desyncronization with remote users.
- The configurator now has a
Mode
option for every parameter. It has three modes:- "Send On Change" (Default) As the name might suggest, it sends a parameter only when it has changed from its previous value.
- "Send On Positive" It sends a Parameter when it changes, but also continuosly sends Positive values every Poll.
- "Always Send" This is like the old behaviour, just sends the parameters current state every Poll.
Full Changelog: v1.3.2...v2.0.0b2