Skip to content

Commit

Permalink
Do not show ASIO related warning message if using JACK
Browse files Browse the repository at this point in the history
  • Loading branch information
ann0see committed Feb 26, 2022
1 parent 8ba96c7 commit 3657809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/soundbase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ QString CSoundBase::SetDev ( const QString strDevName )
sErrorMessage += "<b>" + GetDeviceName ( i ) + "</b>: " + vsErrorList[i] + "<br><br>";
}

#ifdef _WIN32
#if defined( _WIN32 ) && !defined( WITH_JACK )
// to be able to access the ASIO driver setup for changing, e.g., the sample rate, we
// offer the user under Windows that we open the driver setups of all registered
// ASIO drivers
Expand Down

0 comments on commit 3657809

Please sign in to comment.