DummyBackend: fix midi event mux+sorting
[ardour.git] / libs / backends / jack / jack_connection.h
index cd45f3b9badb37b32101a373747a5e5160190d52..8d15be6e3a47330a26bbaa6d428c91c614a77291 100644 (file)
@@ -27,12 +27,13 @@ class JackConnection {
     void halted_callback ();
     void halted_info_callback (jack_status_t, const char*);
 
-    static bool server_running();
+    static bool in_control() { return _in_control; }
 
   private:
     jack_client_t* volatile _jack;
     std::string _client_name;
     std::string session_uuid;
+    static bool _in_control;
 };
 
 } // namespace