Open cdenig opened 7 months ago
Added logic to prevent sending Volume[Up,Down] commands that would cause fader to move outside valid minMax range.
Added feat so slider will automatically go to [Min,Max]Level if user level request is within IncrementAmount of desired level.
Commit: https://github.com/PepperDash/epi-biamp-tesira/commit/3a5b45baebabb271ec62eb11df0a80d8a5e8dca9
Describe the bug Fader Up/Down controls attempt to set Level to value outside maximum/minimum range. and cause invalid parameter errors.
Stacktrace Include a stack trace of the exception if possible.
To Reproduce Steps to reproduce the behavior:
Expected behavior Up/Down Buttons check if current level is within stepsize and if yes, then send the min or max value on button press.
Screenshots na
Additional context na