mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
fix thinko in engine latency state
(skip Halted signal when stopped for latency)
This commit is contained in:
parent
fd5dfd63cb
commit
a49284a909
1 changed files with 1 additions and 1 deletions
|
|
@ -1278,9 +1278,9 @@ AudioEngine::prepare_for_latency_measurement ()
|
|||
}
|
||||
|
||||
if (start (true)) {
|
||||
_started_for_latency = true;
|
||||
return -1;
|
||||
}
|
||||
_started_for_latency = true;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue