summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2015-08-25 22:57:44 +1000
committerTim Mayberry <mojofunk@gmail.com>2015-09-02 12:07:15 +1000
commit9626e0c41346be98c72ae1502727366ef38d6a73 (patch)
tree8007457e1af181ccb8633b9ea3663085a43dd069 /gtk2_ardour/engine_dialog.h
parent88b332412c5fc802e3b7f0016309b273548020bf (diff)
Add "Refresh Devices" button in Audio Setup dialog for backends that support it
This allows the portaudio library to be reinitialized to pick up new devices and changes to ASIO buffer changes made externally.
Diffstat (limited to 'gtk2_ardour/engine_dialog.h')
-rw-r--r--gtk2_ardour/engine_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/engine_dialog.h b/gtk2_ardour/engine_dialog.h
index 421228ea1a..2823057853 100644
--- a/gtk2_ardour/engine_dialog.h
+++ b/gtk2_ardour/engine_dialog.h
@@ -85,6 +85,7 @@ class EngineControl : public ArdourDialog, public PBD::ScopedConnectionList {
ArdourButton control_app_button;
ArdourButton midi_devices_button;
ArdourButton start_stop_button;
+ ArdourButton update_devices_button;
Gtk::Button connect_disconnect_button;
@@ -289,6 +290,7 @@ class EngineControl : public ArdourDialog, public PBD::ScopedConnectionList {
void on_response (int);
void control_app_button_clicked ();
void start_stop_button_clicked ();
+ void update_devices_button_clicked ();
void use_latency_button_clicked ();
void manage_control_app_sensitivity ();
int push_state_to_backend (bool start);