From 9707a0e8271a54dd21e49d6ca9ae98378ac4f8a5 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 11 Oct 2012 03:10:18 +0000 Subject: move the external sync source selection tobe a global config parameter, not per-session, since this is likely a reflection of studio setup, h/w etc.; starting using real tooltips in the RC option editor git-svn-id: svn://localhost/ardour2/branches/3.0@13237 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/rc_option_editor.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk2_ardour/rc_option_editor.h') diff --git a/gtk2_ardour/rc_option_editor.h b/gtk2_ardour/rc_option_editor.h index a5711919a9..6789594e8a 100644 --- a/gtk2_ardour/rc_option_editor.h +++ b/gtk2_ardour/rc_option_editor.h @@ -34,10 +34,13 @@ class RCOptionEditor : public OptionEditor public: RCOptionEditor (); + void populate_sync_options (); + private: void parameter_changed (std::string const &); ARDOUR::RCConfiguration* _rc_config; BoolOption* _solo_control_is_listen_control; ComboOption* _listen_position; VisibilityGroup _mixer_strip_visibility; + ComboOption* _sync_source; }; -- cgit v1.2.3