mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-15 16:03:55 +02:00
Add universal way to shutdown sockets on Wine side
This commit is contained in:
@@ -233,6 +233,10 @@ class Vst3Bridge : public HostBridge {
|
||||
|
||||
void handle_x11_events() override;
|
||||
|
||||
protected:
|
||||
void close_sockets() override;
|
||||
|
||||
public:
|
||||
/**
|
||||
* Send a callback message to the host return the response. This is a
|
||||
* shorthand for `sockets.vst_host_callback.send_message` for use in VST3
|
||||
|
||||
Reference in New Issue
Block a user