summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-09-06 21:00:01 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-09-06 21:00:01 -0400
commite435f22793641263e88bd44a8f47fc266db920b5 (patch)
tree94823583f6807328dbfa3dcd65b9ec21c8b2dc03 /gtk2_ardour/engine_dialog.h
parentad8d83289fd94bbdbac80cb10450fffc216130c1 (diff)
add input/output channel counts and reorganize table somewhat
Diffstat (limited to 'gtk2_ardour/engine_dialog.h')
-rw-r--r--gtk2_ardour/engine_dialog.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk2_ardour/engine_dialog.h b/gtk2_ardour/engine_dialog.h
index 534eb6a6a3..553563cafb 100644
--- a/gtk2_ardour/engine_dialog.h
+++ b/gtk2_ardour/engine_dialog.h
@@ -54,6 +54,7 @@ class EngineControl : public Gtk::VBox {
Gtk::ComboBoxText output_device_combo;
Gtk::ComboBoxText sample_rate_combo;
Gtk::ComboBoxText buffer_size_combo;
+ Gtk::Label buffer_size_duration_label;
Gtk::Adjustment input_latency_adjustment;
Gtk::SpinButton input_latency;
Gtk::Adjustment output_latency_adjustment;
@@ -114,7 +115,7 @@ class EngineControl : public Gtk::VBox {
void audio_mode_changed ();
void device_changed ();
void list_devices ();
- void reshow_buffer_sizes (bool choice_changed);
+ void show_buffer_duration ();
struct State {
std::string backend;
@@ -141,6 +142,8 @@ class EngineControl : public Gtk::VBox {
State* get_current_state ();
void maybe_set_state ();
void save_state ();
+
+ static bool print_channel_count (Gtk::SpinButton*);
};
#endif /* __gtk2_ardour_engine_dialog_h__ */