PepperDash / epi-biamp-tesira

Plugin for controlling Biamp Tesira DSPs from within Essentials.
0 stars 2 forks source link

[BUG]-Faders fail to get min/max levels #68

Closed jkdevito closed 1 year ago

jkdevito commented 1 year ago

Describe the bug On Essentials boot, faders can fail to get the min/max levels and properly set the scale.

Stacktrace

Include a stack trace of the exception if possible.

[dsp1--fader2] Invalid Input Range '-20' for Scaling. Min '0' Max'-20'.

To Reproduce Steps to reproduce the behavior:

  1. Load Biamp Tesira plugin
  2. Watch for the above message when program is initialized
TrevorPayne commented 1 year ago

Im fairly certain this is an issue with the queue. We had this problem over a year ago and fixed it - I wonder if something changed in tesira firmware that has made this an issue again.

What I'm going to do, I think, is add some config properties to the volume objects that will allow you to explicitly set min/max as a stopgap until I can get the queue fixed.

TrevorPayne commented 1 year ago

Resolved in latest release.