mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 20:10:13 +02:00
Update all references to libyabridge.so
This commit is contained in:
@@ -30,11 +30,11 @@
|
||||
* This works very similar to the host application defined in
|
||||
* `individual-host.cpp`, but instead of just loading a single plugin this will
|
||||
* act as a daemon that can host multiple 'grouped' plugins. This works by
|
||||
* allowing the `libyabridge.so` instance to connect this this process over a
|
||||
* socket to ask this process to host a VST `.dll` file using a provided socket.
|
||||
* After that initialization step both the regular individual plugin host and
|
||||
* this group plugin host will function identically on both the plugin and the
|
||||
* Wine VST host side.
|
||||
* allowing the `libyabridge-{vst2,vst3}.so` instance to connect this this
|
||||
* process over a socket to ask this process to host a VST `.dll` file using a
|
||||
* provided socket. After that initialization step both the regular individual
|
||||
* plugin host and this group plugin host will function identically on both the
|
||||
* plugin and the Wine VST host side.
|
||||
*
|
||||
* The explicit calling convention is needed to work around a bug introduced in
|
||||
* Wine 5.7: https://bugs.winehq.org/show_bug.cgi?id=49138
|
||||
|
||||
Reference in New Issue
Block a user