Releases: dmadison/CtrlUtil
Releases · dmadison/CtrlUtil
Version 1.1.1
Version 1.1.0
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 ofmap()
and will enforce hard limits.
Version 1.0.1
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
Initial release!