mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 20:10:13 +02:00
Show a notification on version mismatch
Between the plugin and the Wine plugin host application.
This commit is contained in:
@@ -63,7 +63,10 @@ Vst3PluginBridge::Vst3PluginBridge()
|
||||
|
||||
return Ack{};
|
||||
},
|
||||
[&](const WantsConfiguration&) -> WantsConfiguration::Response {
|
||||
[&](const WantsConfiguration& request)
|
||||
-> WantsConfiguration::Response {
|
||||
warn_on_version_mismatch(request.host_version);
|
||||
|
||||
return config;
|
||||
},
|
||||
[&](const YaComponentHandler::BeginEdit& request)
|
||||
|
||||
Reference in New Issue
Block a user