fix thinko in engine latency state
(skip Halted signal when stopped for latency)
This commit is contained in:
parent
fd5dfd63cb
commit
a49284a909
@ -1278,9 +1278,9 @@ AudioEngine::prepare_for_latency_measurement ()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (start (true)) {
|
if (start (true)) {
|
||||||
_started_for_latency = true;
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
_started_for_latency = true;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user