mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 05:33:07 +02:00
Rename PluginBridge to Vst2PluginBridge
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user