mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +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 */
|
/* save any existing latency values */
|
||||||
|
|
||||||
uint32_t il = (uint32_t) input_latency.get_value ();
|
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
|
/* reset to zero so that our new test instance
|
||||||
will be clean of any existing latency measures.
|
will be clean of any existing latency measures.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue