diff --git a/src/phazor/phazor.c b/src/phazor/phazor.c index eed5952c2..9bccc6ac6 100644 --- a/src/phazor/phazor.c +++ b/src/phazor/phazor.c @@ -2207,6 +2207,8 @@ void *main_loop(void *thread_id) { if (pthread_create(&pw_thread, NULL, pipewire_main_loop_thread, NULL) != 0) { fprintf(stderr, "Failed to create Pipewire main loop thread\n"); } + usleep(300000); // remove me maybe? + printf("CONTINUE\n"); #endif