summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-09-04 22:58:56 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-09-04 22:58:56 -0400
commit5a3cf3363b9b782f8bd8f81b8f002b21d746d14a (patch)
treece8590fd3e3b074e375e928fbcba1c6d0d29c879 /gtk2_ardour/engine_dialog.h
parent0cc4ee7b79644961967a60bd337b035e97517d4a (diff)
save and restore the selected engine state at startup
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 a56a97caee..3ee7a388bc 100644
--- a/gtk2_ardour/engine_dialog.h
+++ b/gtk2_ardour/engine_dialog.h
@@ -129,6 +129,9 @@ class EngineControl : public Gtk::VBox {
std::string output_latency;
std::string input_channels;
std::string output_channels;
+ bool active;
+
+ State() : active (false) {};
};
typedef std::list<State> StateList;