From 24a0a4256afd1f1a64bcd1d58ea86476ae3046eb Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 10 Sep 2019 17:03:16 +0200 Subject: [PATCH] Add note about Denormal protection pref changes Modifications to the MXCSR register are pre thread. Changing this setting only directly affects the GUI thread. --- gtk2_ardour/rc_option_editor.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 1e81186424..cf59952c9d 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -2861,6 +2861,8 @@ RCOptionEditor::RCOptionEditor () dm->set_sensitive(false); } + dm->set_note (_("Changes may not be effective until audio-engine restart.")); + add_option (_("Audio"), dm); add_option (_("Audio"), new OptionEditorHeading (_("Regions")));