Request/send config for VST3 plugins

Using the new Vst3MessageHandler.
This commit is contained in:
Robbert van der Helm
2020-12-04 15:49:32 +01:00
parent 70405e8917
commit 0819e9fda9
6 changed files with 40 additions and 17 deletions
+5 -1
View File
@@ -195,7 +195,11 @@ class Sockets {
/**
* Depending on the value of the `listen` argument passed to the
* constructor, either accept connections made to the sockets on the Linux
* side or connect to the sockets on the Wine side
* side or connect to the sockets on the Wine side.
*
* @remark On the plugin side `PluginBridge::connect_sockets_guarded()`
* should be used instead so we can terminate everything in the event that
* Wine fails to start.
*/
virtual void connect() = 0;