💥 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:
Robbert van der Helm
2020-05-07 13:04:00 +02:00
parent 8b3f5286b4
commit 2d0998047c
7 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -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