mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +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>
|
template <typename T>
|
||||||
typename T::Response send_audio_thread_message(const T& object) {
|
typename T::Response send_audio_thread_message(const T& object) {
|
||||||
return sockets_.send_audio_thread_callback_message(
|
return sockets_.send_audio_thread_callback_message(object,
|
||||||
object, std::pair<ClapLogger&, bool>(logger_, true));
|
std::nullopt);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user