diff --git a/clients/jack_client.cpp b/clients/jack_client.cpp index d61fc21a8..cefece872 100644 --- a/clients/jack_client.cpp +++ b/clients/jack_client.cpp @@ -259,6 +259,8 @@ void cliThreadProc() } catch (...) { std::cout << "ERROR: Can't set num of voices!\n"; } + } else if (!std::cin) { + shouldClose = true; } else if (kw == "quit") { shouldClose = true; } else if (kw.size() > 0) {