mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-16 08:23:55 +02:00
💥 Rename HostBridge to PluginBridge
As mentioned in the last commit. The original reasoning behind these names was that the HostBridge talks to the host, and the PluginBridge talks to the plugin, but you could also argue that the HostBridge should be part of the Wine VST host and the PluginBridge should be part of the VST plugin. This removes that ambiguity.
This commit is contained in:
+2
-2
@@ -284,8 +284,8 @@ auto passthrough_event(AEffect* plugin, F callback) {
|
||||
// plugin.
|
||||
|
||||
// These are the same fields written by bitsery in the
|
||||
// initialization of `HostBridge`. I can't think of a way t
|
||||
// oreuse the serializer without first having to serialize
|
||||
// initialization of `PluginBridge`. I can't think of a way
|
||||
// to reuse the serializer without first having to serialize
|
||||
// `updated_plugin` first though.
|
||||
plugin->magic = updated_plugin.magic;
|
||||
plugin->numPrograms = updated_plugin.numPrograms;
|
||||
|
||||
Reference in New Issue
Block a user