adjusting region fade in/out lengths makes the fade in/out active; new font sizes...
[ardour.git] / gtk2_ardour / engine_dialog.h
index 26962cbe22307a20a16e967ca5c045955df4ab12..9e6eaf42d6be4761db0a72dfe4631728fe2598f6 100644 (file)
@@ -21,8 +21,7 @@ class EngineControl : public Gtk::VBox {
        ~EngineControl ();
 
        static bool engine_running ();
-       int start_engine ();
-       int stop_engine ();
+       int setup_engine ();
 
        bool was_used() const { return _used; }
        XMLNode& get_state ();
@@ -84,7 +83,7 @@ class EngineControl : public Gtk::VBox {
 
        std::map<std::string,std::vector<std::string> > devices;
        std::vector<std::string> backend_devs;
-       void enumerate_devices ();
+       void enumerate_devices (const string& driver);
 
 #ifdef __APPLE__
        std::vector<std::string> enumerate_coreaudio_devices ();