mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-13 20:09:59 +02:00
Export chainloader functions in the plugin libs
These can be called from the new chainlaoder libraries to use yabridge
without needing copies of the full fat `libyabridge-{vst2,vst3}.so`
libraries.
This commit is contained in:
@@ -385,6 +385,8 @@ class PluginBridge {
|
||||
|
||||
// Also show a desktop notification so users running from
|
||||
// the GUI get a heads up
|
||||
// FIXME: Go through these messages and update them to
|
||||
// reflect the chainloading changes
|
||||
send_notification(
|
||||
"Failed to start the Wine plugin host",
|
||||
"Check yabridge's output for more information on what "
|
||||
@@ -423,6 +425,8 @@ class PluginBridge {
|
||||
" you may need rerun 'yabridgectl sync' first to");
|
||||
generic_logger_.log(" update your plugins.");
|
||||
|
||||
// FIXME: Go through these messages and update them to reflect the
|
||||
// chainloading changes
|
||||
send_notification(
|
||||
"Version mismatch",
|
||||
"If you just updated yabridge, then you may need "
|
||||
|
||||
Reference in New Issue
Block a user