Skip to content

Releases: dmadison/CtrlUtil

Version 1.1.1

30 Jun 09:56
6592dd7
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed deadzone range output when using a minimum range value other than 0

Version 1.1.0

07 May 01:30
41a2b96
Compare
Choose a tag to compare

New Features:

  • Created a remap() function that uses hard limits with the output range.
  • Created a recenterAxis() function for rescaling axes that have asymmetric ranges (like a joystick with limited movement on one side).

Changes:

  • Existing functions now use remap() instead of map() and will enforce hard limits.

Version 1.0.1

30 Mar 02:39
ac2f43b
Compare
Choose a tag to compare

Improvements:

  • The deadzone filter() function can now take optional parameters for the output range.

Bugfixes:

  • Fixed an issue where the deadzone filter() function could return raw values at the exact deadzone thresholds.

Version 1.0.0

30 Jun 09:57
e3a0cbc
Compare
Choose a tag to compare

Initial release!