if the user chooses to stop the jack-backend, mark it as stopped. Don't display the "..was shutdown .. was not fast enough.." message.
This commit is contained in:
parent
ec49e351c3
commit
104adebea6
@ -554,6 +554,7 @@ JACKAudioBackend::_start (bool for_latency_measurement)
|
|||||||
int
|
int
|
||||||
JACKAudioBackend::stop ()
|
JACKAudioBackend::stop ()
|
||||||
{
|
{
|
||||||
|
_running = false; // no 'engine halted message'.
|
||||||
GET_PRIVATE_JACK_POINTER_RET (_priv_jack, -1);
|
GET_PRIVATE_JACK_POINTER_RET (_priv_jack, -1);
|
||||||
|
|
||||||
_jack_connection->close ();
|
_jack_connection->close ();
|
||||||
|
Loading…
Reference in New Issue
Block a user