mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-19 18:03:56 +02:00
Send the factory from the Wine host to the plugin
This commit is contained in:
@@ -83,4 +83,11 @@ class Vst3Bridge : public HostBridge {
|
||||
* threads to exit.
|
||||
*/
|
||||
Vst3Sockets<Win32Thread> sockets;
|
||||
|
||||
/**
|
||||
* A plugin factory copied from the Windows VST3 plugin during
|
||||
* initialization. The native VST3 plugin will request a copy of this
|
||||
* information during its initialization.
|
||||
*/
|
||||
std::unique_ptr<YaPluginFactory> plugin_factory;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user