-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Error "Message: -1 is not a valid value" #53
Comments
This happened because Another backtrace here:
|
this is a workaround for ReaLearn issue 53, see helgoboss/helgobox#53
This error message should at least disappear in ReaLearn v1.12.0-pre5. I'll keep this open because it's only a workaround so far, see the reaper-rs commit. |
- or instead of panicking as done up to 1.11.0 - works because we use latest reaper-rs that allows the newtype to take any possible f64 value
The final fix of this is interpreting negative values as zero. In many cases, negative values reported by plug-ins are bugs, e.g. rounding errors. In rare cases they might represent values with special meaning. If yes, ReaLearn doesn't support this kind of values and just converts them to 0.0. |
The text was updated successfully, but these errors were encountered: