You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documenting for future fixing. In theory this is a good first issue ;-). However the description is for the team.
Currently we still show the ASIO device settings button (probably somewhere in settings) and the open ASIO settings button in soundbase.cpp even if we compile the JACK version on windows. We should not use #ifdef _WIN32 in these files.
See:
Is this defined if we're running JACK on Windows? If so, it's the wrong symbol.
Just a meta point: issues in "triage" are for when we've not decided if we want to deal with them yet. Issues with a milestone can't be in triage, so i've moved this to "backlog" as I assume we've decided we will work on it.
Documenting for future fixing. In theory this is a good first issue ;-). However the description is for the team.
Currently we still show the ASIO device settings button (probably somewhere in settings) and the open ASIO settings button in soundbase.cpp even if we compile the JACK version on windows. We should not use #ifdef _WIN32 in these files.
See:
Is this defined if we're running JACK on Windows? If so, it's the wrong symbol.
Originally posted by @pljones in #2168 (comment)
The text was updated successfully, but these errors were encountered: