mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-19 18:03:56 +02:00
Add handlers for control messages and callbacks
This commit is contained in:
@@ -79,4 +79,9 @@ 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