Yet another fix for asymetric I/O latencies

This commit is contained in:
Robin Gareus 2021-04-15 03:44:33 +02:00
parent 63ef60ea93
commit 4abde9972d
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -2976,7 +2976,7 @@ EngineControl::on_switch_page (GtkNotebookPage*, guint page_num)
/* save any existing latency values */
uint32_t il = (uint32_t) input_latency.get_value ();
uint32_t ol = (uint32_t) input_latency.get_value ();
uint32_t ol = (uint32_t) output_latency.get_value ();
/* reset to zero so that our new test instance
will be clean of any existing latency measures.