-
Notifications
You must be signed in to change notification settings - Fork 225
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
Simplify device driver error message #2496
Simplify device driver error message #2496
Conversation
1c57741
to
cc03211
Compare
e966f06
to
7c9032e
Compare
@gilgongo could you please Review? |
Hm. That screenshot looks confusing. I get the same error message twice, once for each driver, and then I'm asked if I want to open "driver settings". Which driver? Do both get opened? That'll be pretty confusing... |
That’s an issue with the initial (internal) error message. It would have been the same before this PR, so it’s worth changing it elsewhere (@pgScorpio maybe your change can also solve this confusing error handling) |
Yes give my new sound implementation a try. All sound related error messages, whatsthis- tooltip- and other sound related texts now come from CSoundbase and can be defined in the CSound implementation. It also solves various other issues, like not being able to change the settings of the 'skipped' drivers. |
7c9032e
to
aaf4db6
Compare
6251c9c
to
4cf7dec
Compare
I think the wording's OK, but I'm not sure how it's being presented - are we still showing a warning for each driver (as in #2496 (comment))? |
Yes. There's nothing I can do about the presentation at the moment. That's what the sound redesign will hopefully handle. |
OK sure. Well the wording is certainly improved, so that's cool. |
Split out from jamulussoftware#2168
4cf7dec
to
c1be675
Compare
@gilgongo I've now rebased this PR. |
Short description of changes
Split out from #2168
Re-submitting since the other PR seemed to contained too much different code changes (added ASIO driver Setup button, which could be part of another PR.
CHANGELOG: Simplify device driver error message on Windows by removing unneeded HTML
Context: Fixes an issue?
No. But it should make the error message more readable.
Does this change need documentation? What needs to be documented and how?
I doubt it.
Status of this Pull Request
PoC, still open for improvements.
What is missing until this pull request can be merged?
Test on Windows, Review
Checklist