Listen on the group socket and handle requests

This commit is contained in:
Robbert van der Helm
2020-05-20 18:45:33 +02:00
parent 6d6d928838
commit 8eb01cb519
7 changed files with 136 additions and 45 deletions
+1
View File
@@ -54,6 +54,7 @@ int __cdecl main(int argc, char* argv[]) {
<< " (32-bit compatibility mode)"
#endif
<< std::endl;
try {
Vst2Bridge bridge(plugin_dll_path, socket_endpoint_path);
std::cerr << "Finished initializing '" << plugin_dll_path << "'"