diff --git a/clients/jack_client.cpp b/clients/jack_client.cpp index 7495b643..f1b90e9d 100644 --- a/clients/jack_client.cpp +++ b/clients/jack_client.cpp @@ -255,7 +255,7 @@ int main(int argc, char** argv) signal(SIGQUIT, done); while (!shouldClose){ - synth.garbageCollect(); + // synth.garbageCollect(); std::this_thread::sleep_for(1s); }