mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
various bits of polish for the latency tab of audio/midi setup dialog
This commit is contained in:
parent
39ee88b3f9
commit
2a3dfb5e82
2 changed files with 78 additions and 25 deletions
|
|
@ -75,13 +75,18 @@ class EngineControl : public ArdourDialog, public PBD::ScopedConnectionList {
|
|||
|
||||
Gtk::ComboBoxText lm_output_channel_combo;
|
||||
Gtk::ComboBoxText lm_input_channel_combo;
|
||||
Gtk::Label lm_start_stop_label;
|
||||
Gtk::ToggleButton lm_measure_button;
|
||||
Gtk::Button lm_use_button;
|
||||
Gtk::Label lm_title;
|
||||
Gtk::Label lm_preamble;
|
||||
Gtk::Label lm_results;
|
||||
Gtk::Table lm_table;
|
||||
Gtk::VBox lm_vbox;
|
||||
bool have_lm_results;
|
||||
|
||||
Gtk::Button* cancel_button;
|
||||
Gtk::Button* ok_button;
|
||||
Gtk::Button* apply_button;
|
||||
|
||||
/* JACK specific */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue