mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 20:40:03 +02:00
💥 Rename PluginBridge to WineBridge
I had swapped these names around once before but I think going with PluginBridge for the plugin and WineBridge for the Wine VST host is the least ambiguous it can get.
This commit is contained in:
@@ -369,7 +369,7 @@ as the _Windows VST plugin_. The whole process works as follows:
|
||||
in the `DispatchDataConverter` and `HostCallbackDataCovnerter` classes for
|
||||
the `dispatcher()` and `audioMaster()` functions respectively. For operations
|
||||
involving the plugin editor there is also some extra glue in
|
||||
`PluginBridge::dispatch_wrapper`. On the receiving end of the function calls,
|
||||
`WineBridge::dispatch_wrapper`. On the receiving end of the function calls,
|
||||
the `passthrough_event()` function calls the callback functions and handles
|
||||
the marshalling between our data types created by the `*DataConverter`
|
||||
classes and the VST API's different pointer types. This behaviour is
|
||||
|
||||
Reference in New Issue
Block a user