Releases: I5UCC/VRCThumbParamsOSC
Releases · I5UCC/VRCThumbParamsOSC
v2.0.0 Beta 1
🢃 Download Release
Discord Support Server
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.0b1
v1.3.2 Floating Parameters & Tracker Buttons
🢃 Download Release
Discord Support Server
v1.3.2 Changelog
- Further optimization and documentation
- only run floating logic when its needed
- only query ControllerType every 10 seconds instead of every loop
v1.3.1 Changelog
- Added a toggle feature to bool values, set the floating time to -1 to let the parameter act as a toggle.
- Alot of code refactoring and optimizing.
- fixed the program showing an older version that it actually is.
v1.3.0 Changelog
- Fixed an issue with the new tracker values still being sent even tho they have been turned off.
- Added a timer to most available values to "float" on the last value registered #9 "floating time" is measured in seconds.
v1.2.0 Changelog
- Added support for all 8 trackers power buttons supported by VRChat! #10
Full Changelog: v1.1.0...v1.3.2
v1.3.1 Floating Parameters & Tracker Buttons
🢃 Download Release
Discord Support Server
v1.3.1 Changelog
- Added a toggle feature to bool values, set the floating time to -1 to let the parameter act as a toggle.
- Alot of code refactoring and optimizing.
- fixed the program showing an older version that it actually is.
v1.3.0 Changelog
- Fixed an issue with the new tracker values still being sent even tho they have been turned off.
- Added a timer to most available values to "float" on the last value registered #9 "floating time" is measured in seconds.
v1.2.0 Changelog
- Added support for all 8 trackers power buttons supported by VRChat! #10
Full Changelog: v1.1.0...v1.3.1
v1.3.0 Floating Parameters & Tracker Buttons
🢃 Download Release
Discord Support Server
v1.3.0 Changelog
- Fixed an issue with the new tracker values still being sent even tho they have been turned off.
- Added a timer to most available values to "float" on the last value registered #9 "floating time" is measured in seconds.
v1.2.0 Changelog
- Added support for all 8 trackers power buttons supported by VRChat! #10
Full Changelog: v1.1.0...v1.3.0
v1.2.0 Tracker Power button support
v1.2.0 Changelog
- Added support for all 8 trackers power buttons supported by VRChat! #10
Full Changelog: v1.1.0...v1.2.0
v1.1.0 Trackpad force
v1.0.4-Beta
Full Changelog: v1.0.3...v1.0.4
v1.0.4-Beta Changelog
- #6 Added new Parameters:
- LeftGrab (Boolean)
- RightGrab (Boolean)
- LeftGrabForce (Float)
- RightGrabForce (Float)
- on quest, all of these parameters are bound to the grip buttons
v1.0.3-Beta Changelog
- Fixed StickMoved parameters
- Fix Configurator Crash when ticking a Float parameter
v1.0.2-Beta Changelog
- Fixes crashing when disabling touch bools
- Fixes a small bug with the Configurator, where it read the wrong property for 2 parameters.
- Set auto launch in SteamVR to ON by default on first launch (only on first launch)
v1.0.1-Beta Changelog
v1.0.0-Beta Changelog
- Rewrite of base code and configuration.
- #5 Added Click action parameters.
- Added Thumbstick position parameters
- Added a Configuration UI. Run
Configurator.exe
to configure ThumbparamsOSC's Settings and Parameters
v1.0.3-Beta
Full Changelog: v1.0.2...main
v1.0.3-Beta Changelog
- Fixed StickMoved parameters
- Fix Configurator Crash when ticking a Float parameter
v1.0.2 Changelog
- Fixes crashing when disabling touch bools
- Fixes a small bug with the Configurator, where it read the wrong property for 2 parameters.
- Set auto launch in SteamVR to ON by default on first launch (only on first launch)
v1.0.1 Changelog
v1.0.0-Beta Changelog
- Rewrite of base code and configuration.
- #5 Added Click action parameters.
- Added Thumbstick position parameters
- Added a Configuration UI. Run
Configurator.exe
to configure ThumbparamsOSC's Settings and Parameters
v0.5.0
Added 4 new Float Parameters:
- LeftTrackPadX
- LeftTrackPadY
- RightTrackPadX
- RightTrackPadY
The Trackpad Parameters range from -1.0 to 1.0. you can think of it like a coordinate system, with the middle of the Trackpad being the origin. These parameters are only available on Index Controllers.
Full Changelog: v0.4.4...v0.5.0
ThumbParamsOSCv0.4.4
Fixed a bug that "StickMoveTolerance" wasnt used.