-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Fix #5504: invalid warning #5509
Fix #5504: invalid warning #5509
Conversation
🤖 Hey, I'm @LmmsBot from github.com/lmms/bot and I made downloads for this pull request, click me to make them magically appear! 🎩
Windows
🤖{"platform_name_to_artifacts": {"Windows": [{"artifact": {"title": {"title": "32-bit", "platform_name": "Windows"}, "link": {"link": "https://ci.appveyor.com/api/buildjobs/aj3l68xie5gpuj5g/artifacts/build/lmms-1.2.1-msvc2017-win32.exe"}}, "build_link": "https://ci.appveyor.com/project/Lukas-W/lmms/builds/33066770"}, {"artifact": {"title": {"title": "64-bit", "platform_name": "Windows"}, "link": {"link": "https://ci.appveyor.com/api/buildjobs/dnd2gcqojxqujikg/artifacts/build/lmms-1.2.1-msvc2017-win64.exe"}}, "build_link": "https://ci.appveyor.com/project/Lukas-W/lmms/builds/33066770"}]}, "commit_sha": "109cdf6cf3c3ee3c40d228cb694da2521ac5b689"} |
Tested:
So, it makes the error message more specific, and gets rid of it when irrelevant. Seems to fix the issue from what I can tell. Code LGTM as well. |
Thanks for fixing and reviewing. As this is just a few |
2c022d8
to
109cdf6
Compare
I think you force-pushed right, but we probably still need to tell github that we want to merge into |
109cdf6
to
2c022d8
Compare
2c022d8
to
eda4f57
Compare
CI was passed, see draft PR #5514 . Merging now. |
Fixes the invalid warning about "dummy-MIDI-client" mentioned in #5504. The implementation is similar to
Mixer::tryAudioDevices
, like mentioned in the issue, but prints the precise device name that failed.