-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote: apply ramp on remote inputs #136
base: master
Are you sure you want to change the base?
Remote: apply ramp on remote inputs #136
Conversation
c219469
to
e090529
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waiting for video of functionality, but otherwise, like this approach.
Possible change, maybe rename ramp to lerp.
Signed-off-by: benoit robert <benoit.robert.dev@gmail.com>
e090529
to
f314957
Compare
@AJ-Koenig, done |
@AJ-Koenig, some pictures and movie in the discord :) |
Reduce injurie risk by appling lerp to limit brutal variation of inputs Removing speedKnob variable from SettingPercents - replaced by speed in SimlplePenetration integration file Code grouping by usage Update settingBar & settingBarSmall to show lerp variation on inputs Signed-off-by: benoit robert <benoit.robert.dev@gmail.com>
f314957
to
e70a50f
Compare
Updating settings to disable feature |
Draft - Waiting feature to update settings from UI Initial work for Advanced Settings menu. #127Feature disable via settings
To enable it, update Lerp value between 1-100
Remote: apply ramp on remote inputs
Reduce injurie risk by appling ramp to limit brutal variation of inputs
Software/src/constants/Config.h
Software/src/ossm/OSSM.PlayControls.cpp
Software/src/ossm/OSSM.h
Software/src/extensions/u8g2Extensions.h
Software/src/structs/SettingPercents.h
Software/src/ossm/OSSM.SimplePenetration.cpp