with RMS meters: use "peak indicator" as DPM
[ardour.git] / gtk2_ardour / engine_dialog.h
index da132cfb4602ee27206efd48101ae5f526e6bf1a..0d7ce29b469f05071a02d8443a5ec5d4b4856adb 100644 (file)
@@ -39,7 +39,7 @@ class EngineControl : public Gtk::VBox {
        EngineControl ();
        ~EngineControl ();
 
-       static bool engine_running ();
+       static bool need_setup ();
        int setup_engine ();
 
        bool was_used() const { return _used; }
@@ -95,6 +95,8 @@ class EngineControl : public Gtk::VBox {
 
        bool _used;
 
+        static bool engine_running ();
+
        void driver_changed ();
        void build_command_line (std::vector<std::string>&);