From a66e3859e1415cb992320089004eb8a9903cf721 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 5 Aug 2013 12:51:51 -0400 Subject: can now start JACK based on config dialog --- gtk2_ardour/engine_dialog.h | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/engine_dialog.h') diff --git a/gtk2_ardour/engine_dialog.h b/gtk2_ardour/engine_dialog.h index ac96fbc520..07cf0afa8f 100644 --- a/gtk2_ardour/engine_dialog.h +++ b/gtk2_ardour/engine_dialog.h @@ -40,7 +40,7 @@ class EngineControl : public Gtk::VBox { ~EngineControl (); static bool need_setup (); - int setup_engine (); + int setup_engine (bool start); bool was_used() const { return _used; } XMLNode& get_state (); @@ -104,7 +104,16 @@ class EngineControl : public Gtk::VBox { void backend_changed (); void redisplay_latency (); - uint32_t get_rate(); + + uint32_t get_rate() const; + uint32_t get_buffer_size() const; + uint32_t get_input_channels() const; + uint32_t get_output_channels() const; + uint32_t get_input_latency() const; + uint32_t get_output_latency() const; + std::string get_device_name() const; + std::string get_driver() const; + void audio_mode_changed (); void interface_changed (); void list_devices (); -- cgit v1.2.3