mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Don't log callbacks on the Wine side
This commit is contained in:
@@ -255,8 +255,8 @@ class ClapBridge : public HostBridge {
|
||||
*/
|
||||
template <typename T>
|
||||
typename T::Response send_audio_thread_message(const T& object) {
|
||||
return sockets_.send_audio_thread_callback_message(
|
||||
object, std::pair<ClapLogger&, bool>(logger_, true));
|
||||
return sockets_.send_audio_thread_callback_message(object,
|
||||
std::nullopt);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user