Skip to content
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

Adjust rendering of BarModelEditor #7299

Conversation

michaelgregorius
Copy link
Contributor

Adjust the rendering of BarModelEditor to make it respect logarithmic and linear models. The code now uses inverseScaledValue instead of value just like the Knob class does when calculating the angle.

Adjust the rendering of BarModelEditor to make it respect logarithmic
and linear models. The code now uses `inverseScaledValue` instead of
`value` just like the `Knob` class does when calculating the angle.
Copy link
Member

@zonkmachine zonkmachine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested, issue fixed. LGTM!

@michaelgregorius michaelgregorius merged commit 4e93f51 into LMMS:master May 31, 2024
10 checks passed
@michaelgregorius michaelgregorius deleted the 7298-ProblemWithLogarithmicControlsInLASDPADialogs branch May 31, 2024 21:39
Rossmaxx pushed a commit to Rossmaxx/lmms that referenced this pull request Jun 15, 2024
Adjust the rendering of BarModelEditor to make it respect logarithmic
and linear models. The code now uses `inverseScaledValue` instead of
`value` just like the `Knob` class does when calculating the angle.
Rossmaxx pushed a commit to Reflexe/lmms that referenced this pull request Jul 16, 2024
Adjust the rendering of BarModelEditor to make it respect logarithmic
and linear models. The code now uses `inverseScaledValue` instead of
`value` just like the `Knob` class does when calculating the angle.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem with logarithmic controls in new LADSPA dialog
2 participants