Move all plugin group handling boilerplate

This commit is contained in:
Robbert van der Helm
2020-05-19 15:29:48 +02:00
parent daad6f2f00
commit 6d6d928838
4 changed files with 258 additions and 100 deletions
+1
View File
@@ -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;