From e17f75b351356279778e4ea4adbb6c0d544ba755 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 15 Apr 2013 15:50:08 +0200 Subject: option to ignore feedback detection - /i know what i'm doing/ mode. This currently only has effect if the loop connection is made/unmade while the option was set/unset. Toggling the option itself won't trigger a graph re-order --- gtk2_ardour/rc_option_editor.cc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gtk2_ardour/rc_option_editor.cc') diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 676ebf8332..bbb0a277fa 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -1512,6 +1512,14 @@ RCOptionEditor::RCOptionEditor () add_option (_("Audio"), oac); + add_option (_("Audio"), + new BoolOption ( + "ignore-feedback-loops", + _("Ignore Feedback Loops"), + sigc::mem_fun (*_rc_config, &RCConfiguration::get_ignore_feedback_loops), + sigc::mem_fun (*_rc_config, &RCConfiguration::set_ignore_feedback_loops) + )); + add_option (_("Audio"), new OptionEditorHeading (_("Denormals"))); add_option (_("Audio"), -- cgit v1.2.3