Option to set target to lowest or highest value if source out of range
Issue #8
resolved
Currently, a source value that is out of the min/max range is just ignored. But there are cases in which we want to make sure that the target is set to the lowest (source lower than min) or highest (source greater than max) value instead. This is useful for maintaining a fixed offset for example.
Comments (2)
-
reporter -
reporter - changed status to resolved
- Log in to comment
re
#8Add option "Ignore out-of-range source values" and don't ignore them by default→ <<cset 72193082f611>>