Send the factory from the Wine host to the plugin

This commit is contained in:
Robbert van der Helm
2020-12-06 14:41:50 +01:00
parent 79c6f02d91
commit c2503f8aaa
5 changed files with 28 additions and 16 deletions
+1 -1
View File
@@ -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);