mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 12:30:00 +02:00
Merge branch 'master' into feature/vst3
This commit is contained in:
@@ -154,7 +154,10 @@ void GroupBridge::handle_plugin_dispatch(size_t plugin_id) {
|
||||
if (active_plugins.size() == 0) {
|
||||
logger.log(
|
||||
"All plugins have exited, shutting down the group process");
|
||||
main_context.stop();
|
||||
|
||||
// main_context.stop();
|
||||
// FIXME: See the comment in `individual-host.cpp`
|
||||
TerminateProcess(GetCurrentProcess(), 0);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user