From 7966d02534e9b78d9233c4f92af5d82436949853 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Mon, 20 Jan 2020 12:19:07 -0600 Subject: Change tape-machine-mode to auto-input-does-talkback (gtk part) --- gtk2_ardour/rc_option_editor.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 214e044181..55ba1c455f 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -2733,14 +2733,14 @@ RCOptionEditor::RCOptionEditor () add_option (_("Signal Flow"), mm); bo = new BoolOption ( - "tape-machine-mode", - _("Tape machine mode"), - sigc::mem_fun (*_rc_config, &RCConfiguration::get_tape_machine_mode), - sigc::mem_fun (*_rc_config, &RCConfiguration::set_tape_machine_mode) + "auto-input-does-talkback", + _("Auto Input does 'talkback'"), + sigc::mem_fun (*_rc_config, &RCConfiguration::get_auto_input_does_talkback), + sigc::mem_fun (*_rc_config, &RCConfiguration::set_auto_input_does_talkback) ); add_option (_("Signal Flow"), bo); Gtkmm2ext::UI::instance()->set_tip (bo->tip_widget(), - string_compose (_("When enabled %1 will not monitor a track's input if the transport is stopped."), + string_compose (_("When enabled, and Transport->Auto-Input is enabled, %1 will always monitor audio inputs when transport is stopped, even if tracks aren't armed."), PROGRAM_NAME)); if (!Profile->get_mixbus()) { -- cgit v1.2.3