From 7b7ed820edf348f32a733abe539e87d8b307fa2b Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 10 Sep 2025 09:33:29 +0200 Subject: [PATCH] M: expose Track/Bus auto-connect preference --- gtk2_ardour/rc_option_editor.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 87148f8b15..fa5e76da29 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -4608,7 +4608,6 @@ These settings will only take effect after %1 is restarted.\n\ sigc::mem_fun (*_rc_config, &RCConfiguration::set_replicate_missing_region_channels) )); - if (!Profile->get_mixbus()) { add_option (_("Signal Flow"), new OptionEditorHeading (_("Track and Bus Connections"))); @@ -4636,6 +4635,8 @@ These settings will only take effect after %1 is restarted.\n\ add_option (_("Signal Flow"), iac); + if (!Profile->get_mixbus()) { + ComboOption* oac = new ComboOption ( "output-auto-connect", _("Connect track and bus outputs"),