We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
[dsp01-ssh] Received: '"A_VTCRX_VOL" increment level 2 2.0[0D][0A] -ERR INVALID_PARAMETER Value out of range: attr:level min:-45 max:3 val:5 -ERR INVALID_PARAMETER[0D][0A]'
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
The text was updated successfully, but these errors were encountered:
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: 3a5b45b
Sorry, something went wrong.
#109 PR submitted. Issue can close on approval
cdenig
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: