mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Send the factory from the Wine host to the plugin
This commit is contained in:
@@ -178,7 +178,7 @@ class Vst3MessageHandler : public AdHocSocketHandler<Thread> {
|
||||
request);
|
||||
}
|
||||
|
||||
const auto response = callback(request);
|
||||
const auto& response = callback(request);
|
||||
if (logging) {
|
||||
auto [logger, is_host_vst] = *logging;
|
||||
logger.log_response(!is_host_vst, response);
|
||||
|
||||
Reference in New Issue
Block a user