Update notifications for yabridge 4.0

This commit is contained in:
Robbert van der Helm
2022-06-08 14:45:31 +02:00
parent 6ad78148ff
commit c598ca08e1
3 changed files with 13 additions and 15 deletions
+2 -1
View File
@@ -81,7 +81,8 @@ void log_init_exception(const std::exception& error,
// above message
send_notification(
"Failed to initialize VST3 plugin",
error.what() + "\nCheck the plugin's output for more information"s,
error.what() +
"\nCheck the plugin's output in a terminal for more information"s,
plugin_path);
}