You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some floats now needs to be rounded off in presentation. Click and drag Vol/Pan knobs and see the floats in all their glory. Used to be rounded to one decimal precision.
The integers values that use float models?
The text was updated successfully, but these errors were encountered:
In AutomatableModel, m_hasStrictStepSize should be dropped, and m_step should be used as a restriction from the model, i.e., set m_step to 0 in many float models. m_step is currently being used as a restriction from the view; this rounding to one decimal should be in the view.
A better solution would be to add a new function to Knobs and fader which gives the value truncated. Intern the model uses the untruncated value for sample exact calculations.
Since #3003 / 02eee8e
@lukas-w @jasp00
The text was updated successfully, but these errors were encountered: