mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
update buffer size duration (msecs) while displaying saved audio/MIDI setup state
This commit is contained in:
parent
910755b51b
commit
ed61a9ebbd
1 changed files with 4 additions and 0 deletions
|
|
@ -647,6 +647,10 @@ EngineControl::maybe_display_saved_state ()
|
|||
sample_rate_combo.set_active_text (state->sample_rate);
|
||||
}
|
||||
buffer_size_combo.set_active_text (state->buffer_size);
|
||||
/* call this explicitly because we're ignoring changes to
|
||||
the controls at this point.
|
||||
*/
|
||||
show_buffer_duration ();
|
||||
input_latency.set_value (state->input_latency);
|
||||
output_latency.set_value (state->output_latency);
|
||||
ignore_changes--;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue