mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-19 01:43:52 +02:00
Request/send config for VST3 plugins
Using the new Vst3MessageHandler.
This commit is contained in:
@@ -52,6 +52,10 @@ class Vst3Bridge : public HostBridge {
|
||||
std::string plugin_dll_path,
|
||||
std::string endpoint_base_dir);
|
||||
|
||||
/**
|
||||
* Here we'll listen for and handle incoming control messages until the
|
||||
* sockets get closed.
|
||||
*/
|
||||
void run() override;
|
||||
|
||||
private:
|
||||
@@ -79,9 +83,4 @@ class Vst3Bridge : public HostBridge {
|
||||
* threads to exit.
|
||||
*/
|
||||
Vst3Sockets<Win32Thread> sockets;
|
||||
|
||||
/**
|
||||
* Handles control messages host over the `hsot_vst_control` sockets.
|
||||
*/
|
||||
Win32Thread control_handler;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user