mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Yet another fix for asymetric I/O latencies
This commit is contained in:
parent
63ef60ea93
commit
4abde9972d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue