AU: remove cruft, fix parameter initialization
[ardour.git] / libs / ardour / ardour / jack_utils.h
index 169dc12580620fdb07a41e5cb84063a47f26a182..40eb30f9ea9c7a18802be6b69690cc713e156c33 100644 (file)
@@ -103,6 +103,11 @@ namespace ARDOUR {
         */
        std::string get_jack_latency_string (std::string samplerate, float periods, std::string period_size);
 
+       /**
+        * @return true if a JACK server is running
+        */
+       bool jack_server_running ();
+
        /**
         * Key being a readable name to display in a GUI
         * Value being name used in a jack commandline
@@ -240,4 +245,9 @@ namespace ARDOUR {
         * @return true if able to build a valid command line based on options
         */
        bool get_jack_command_line_string (const JackCommandLineOptions& options, std::string& command_line);
+
+       /**
+        * We don't need this at the moment because the gui stores all its settings
+        */
+       //std::string get_jack_command_line_from_config_file (const std::string& config_file_path);
 }