summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2015-08-26 00:16:36 +1000
committerTim Mayberry <mojofunk@gmail.com>2015-09-02 12:07:15 +1000
commitdbe3500f249978284531ffa9cb5cbb9bbd547f7b (patch)
tree9de8022ff0c57e3174643ac8796bc5b4e397f3e8 /gtk2_ardour/engine_dialog.h
parent25ff056921da19a6c9f995db318ec54de2b19b32 (diff)
Add utility method for choosing which device/s to display in Audio Setup dialog
Diffstat (limited to 'gtk2_ardour/engine_dialog.h')
-rw-r--r--gtk2_ardour/engine_dialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/engine_dialog.h b/gtk2_ardour/engine_dialog.h
index 2823057853..6c47b304ab 100644
--- a/gtk2_ardour/engine_dialog.h
+++ b/gtk2_ardour/engine_dialog.h
@@ -158,6 +158,9 @@ class EngineControl : public ArdourDialog, public PBD::ScopedConnectionList {
std::string get_backend() const;
std::string get_midi_option () const;
+ std::string get_default_device (const std::string&,
+ const std::vector<std::string>&);
+
void device_changed ();
void input_device_changed ();
void output_device_changed ();