mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 04:20:13 +02:00
Move all plugin group handling boilerplate
This commit is contained in:
@@ -121,6 +121,7 @@ PluginBridge::PluginBridge(audioMasterCallback host_callback)
|
||||
std::thread([&]() {
|
||||
using namespace std::literals::chrono_literals;
|
||||
|
||||
// TODO: Figure out how this check would work with plugin gruops
|
||||
while (true) {
|
||||
if (finished_accepting_sockets) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user