Send the configuration from plugin to Wine host

Next we can add some options for different plugin editor behaviours for #27.
This commit is contained in:
Robbert van der Helm
2020-07-22 17:15:20 +02:00
parent 44044324f3
commit cd02ab5fc9
4 changed files with 28 additions and 3 deletions
+4
View File
@@ -180,6 +180,10 @@ PluginBridge::PluginBridge(audioMasterCallback host_callback)
const auto initialized_plugin =
std::get<AEffect>(initialization_data.payload);
// After receiving the `AEffect` values we'll want to send the configuration
// back to complete the startup process
write_object(host_vst_control, config);
update_aeffect(plugin, initialized_plugin);
}