13
0

update buffer size duration (msecs) while displaying saved audio/MIDI setup state

This commit is contained in:
Paul Davis 2013-09-16 11:10:05 -04:00
parent 910755b51b
commit ed61a9ebbd

View File

@ -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--;