Rename PluginBridge to Vst2PluginBridge

This commit is contained in:
Robbert van der Helm
2020-11-28 14:03:16 +01:00
parent 6195caf53e
commit 4291083a46
6 changed files with 45 additions and 41 deletions
+1 -1
View File
@@ -881,7 +881,7 @@ class Sockets {
/**
* Generate a unique base directory that can be used as a prefix for all Unix
* domain socket endpoints used in `PluginBridge`/`Vst2Bridge`. This will
* domain socket endpoints used in `Vst2PluginBridge`/`Vst2Bridge`. This will
* usually return `/run/user/<uid>/yabridge-<plugin_name>-<random_id>/`.
*
* Sockets for group hosts are handled separately. See
+1 -1
View File
@@ -458,7 +458,7 @@ struct Event {
* - A (short) string.
* - Some binary blob stored as a byte vector. During `effGetChunk` this will
* contain some chunk data that should be written to
* `PluginBridge::chunk_data`.
* `Vst2PluginBridge::chunk_data`.
* - A specific struct in response to an event such as `audioMasterGetTime` or
* `audioMasterIOChanged`.
* - An X11 window pointer for the editor window.