summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-09-10 17:03:16 +0200
committerRobin Gareus <robin@gareus.org>2019-09-10 17:03:24 +0200
commit24a0a4256afd1f1a64bcd1d58ea86476ae3046eb (patch)
treeab2fd2e5661dbd2d62cece674a84282656b21d3c /gtk2_ardour/rc_option_editor.cc
parentd18f6dcbab70a15115548afadc84dae721c9ed19 (diff)
Add note about Denormal protection pref changes
Modifications to the MXCSR register are pre thread. Changing this setting only directly affects the GUI thread.
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc2
1 files changed, 2 insertions, 0 deletions
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")));