Don't directly call into engine to stop latency detection.
This commit is contained in:
parent
c25640f336
commit
2039fc6fd0
@ -2978,7 +2978,7 @@ EngineControl::latency_button_clicked ()
|
|||||||
void
|
void
|
||||||
EngineControl::latency_back_button_clicked ()
|
EngineControl::latency_back_button_clicked ()
|
||||||
{
|
{
|
||||||
ARDOUR::AudioEngine::instance()->stop(true);
|
ARDOUR::AudioEngine::instance()->stop_latency_detection ();
|
||||||
notebook.set_current_page(0);
|
notebook.set_current_page(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user