-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Knob arc tweaks #2686
Knob arc tweaks #2686
Conversation
We should also add a |
(marked as draft so we don't accidentally merge it with the demo implementation) |
Interesting idea. We could add a bool to the EffectParameterManifest for that. |
Looks super nice on your Screenshots already, but I didn't have time to test it myself yet. |
Right now I'm about to tqeak LateNight which already has a nice template/variable system, and there the knob colors, radius etc. are set in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beautiful, thank you! LGTM.
Thanks! It's ready then. |
Are you planning to add this to LateNight for 2.3? |
OOOOOOOO that looks niiiice! |
I think the master, booth, and headphone gain knobs should not show arcs at center though |
Unlike relative +/- knobs (EQ, filter, headMix, balance), Master, Booth etc. are absolute level knobs after all (not the most descriptibe term) which have zero "effect" when fully turned ccw. Thus the level should be visible even though it's mostly stays at the default value in most use cases. We can disccuss all that in detail in LateNight update PR. |
This tweaks
WKnobComposed
arcs (#2275 ) to always draw knob arcs circularly regardless of the widget's aspect ratio.I also added an optional background arc.
The arcs are now set up like this
ToDo