-
-
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
Improve rate_up/down
tooltips, pitch vs. speed
#12590
Conversation
The tooltip help regarding the playback rate change buttons stated that those raise/lower pitch. If keylock is disabled, this is true, though incomplete, since the buttons also affect playback speed. If keylock is enabled, this is false, since pitch is left unchanged, and only playback speed changes. This commit replaces the tooltip text about pitch change with text about playback speed. It also copies the clarification: "(affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected." over from the Speed Control fader tooltip, to prevent further confusion.
Welcome at Mixxx! |
Hi, I have signed the contributor agreement. |
I can unfortunately not confirm your signing. Something has probably failed. Can you please repeat the signing? |
Sorry, I just tried again, hope it ended up working? |
Thank you. I can confirm your signature. |
@glocq Please take a look at the failing |
Thank you for the heads up, sorry I didn't get the chance to update my code yet. Will do so in the next days. |
rate_up/down
tooltips, pitch vs. speed
Co-authored-by: ronso0 <ronso0@mixxx.org>
Hi @ronso0 , sorry I completely forgot about this pull request. I accepted the changes you did implement, however I still think I have some style changes to make. I am trying to install pre-commit right now. Regarding your suggestion to make a common QString, that sounds good, I am not sure I would be the best person to implement it though. |
yeah, pre-commit wants to break lines. Re the string, just take a look at the example I mentioned, it's pretty easy. |
An update: I did run pre-commit, it says the check "don't commit to branch" failed. I am not sure what this even means :/ Obviously there are commits to my branch? |
what does |
Ah sorry, didn't read your answer about breaking lines before talking about my not understanding the output of pre-commit. |
I had indeed missed the example QString. I implemented the change you suggested, ran pre-commit and it did not complain. Sorry for this pull request being so long-winded for such a small change. I hope the changes are adequate now. |
The exact output might have clues why Anyway, issue resolved I guess : ) |
Oh, don't worry, at all, we had much longer PRs for much less changed lines... |
Changes LGTM, just waiting for CI |
Thank you for your help! |
The tooltip help regarding the playback rate change buttons stated that those raise/lower pitch.
If keylock is disabled, this is true, though incomplete, since the buttons also affect playback speed.
If keylock is enabled, this is false, since pitch is left unchanged, and only playback speed changes.
This change replaces the tooltip text about pitch change with text about playback speed. It also copies the clarification:
"(affects both the tempo and the pitch). If keylock is enabled, only the tempo is affected."
over from the Speed Control fader tooltip, to prevent further confusion.