-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
create-Qt-pushbuttons #1971
base: main
Are you sure you want to change the base?
create-Qt-pushbuttons #1971
Conversation
Something goes wrong here while update diffs over diffs, sorry, looks like i can't recover. I've attach 3 diffs and 3 files itself here. |
Current w.i.p. (incl. displays added, saveable skin tweaks added), include fix of my "KNOWN BUG" mentioned above. |
Today's WIP. New zynfx widgets added, based on their UI current look. Tweaks added, incl. many variants of colorizing; high contrast option; tunable gaps expand, solve #1919. |
|
|
|
Fix #52 ticket. |
Hotkeys on mouse hover:
Left click:Exactly same as Middle click:Set default value. If it is special Wet or Vol knobs with special state MUTE or THRU (Bypass) enabled: un-mute/un-bypass it, but unlike of click, previous value is lost and replaced by default value. Double click:Edits value, except special cases: with Wet or Vol knobs when Left click is used, and if it's button. Note: Editing still possible for these using Mouse scroll:
Scalepoints: (But, see #1976)If exist for this control, they are used when values using keyboard and mouse cycling, but not when direct set (drag and 0 to 100 percent set) which still allows to use intermediate values, if any. Drag:As before/classic (Continuous change); added
|
|
NOTE: 3rd patch applies after compile (else no file exist yet). See |
Update of #1970
KNOWN BUG: Can't make tooltips visible while changing value at the ends of the scales, when real value not changed.