summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-08-08 23:31:35 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-08-08 23:31:35 -0400
commit743bb5066e2d19b8dadb21d1138b8f54f16503bf (patch)
tree9e2d5cd4c49e91062527fbe0d5ba8c4498af3933 /gtk2_ardour/engine_dialog.h
parentab39a09b862a3a59cda9d155750bf3bf8c5fa5af (diff)
some rearrangements and details for the engine dialog
Diffstat (limited to 'gtk2_ardour/engine_dialog.h')
-rw-r--r--gtk2_ardour/engine_dialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/engine_dialog.h b/gtk2_ardour/engine_dialog.h
index 07cf0afa8f..928b084b73 100644
--- a/gtk2_ardour/engine_dialog.h
+++ b/gtk2_ardour/engine_dialog.h
@@ -64,7 +64,6 @@ class EngineControl : public Gtk::VBox {
Gtk::SpinButton output_channels;
Gtk::Adjustment ports_adjustment;
Gtk::SpinButton ports_spinner;
- Gtk::Label latency_label;
/* JACK specific */
@@ -95,6 +94,8 @@ class EngineControl : public Gtk::VBox {
Gtk::HBox options_hbox;
Gtk::HBox device_hbox;
Gtk::Notebook notebook;
+
+ sigc::connection sr_connection;
bool _used;
@@ -103,8 +104,6 @@ class EngineControl : public Gtk::VBox {
void driver_changed ();
void backend_changed ();
- void redisplay_latency ();
-
uint32_t get_rate() const;
uint32_t get_buffer_size() const;
uint32_t get_input_channels() const;
@@ -117,6 +116,7 @@ class EngineControl : public Gtk::VBox {
void audio_mode_changed ();
void interface_changed ();
void list_devices ();
+ void reshow_buffer_sizes ();
};
#endif /* __gtk2_ardour_engine_dialog_h__ */