mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 04:19:59 +02:00
Request/send config for VST3 plugins
Using the new Vst3MessageHandler.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user