mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 21:50:11 +02:00
Create base class for sockets and derive from that
Now the host launching procedure can be agnostic of the socket implementation.
This commit is contained in:
@@ -59,7 +59,7 @@ class Vst2Bridge {
|
||||
* @param plugin_dll_path A (Unix style) path to the VST plugin .dll file to
|
||||
* load.
|
||||
* @param endpoint_base_dir The base directory used for the socket
|
||||
* endpoints. See `Vst2Sockets` for more information.
|
||||
* endpoints. See `Sockets` for more information.
|
||||
*
|
||||
* @note The object has to be constructed from the same thread that calls
|
||||
* `main_context.run()`.
|
||||
|
||||
Reference in New Issue
Block a user