mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
Add note about Denormal protection pref changes
Modifications to the MXCSR register are pre thread. Changing this setting only directly affects the GUI thread.
This commit is contained in:
parent
d18f6dcbab
commit
24a0a4256a
1 changed files with 2 additions and 0 deletions
|
|
@ -2861,6 +2861,8 @@ RCOptionEditor::RCOptionEditor ()
|
||||||
dm->set_sensitive(false);
|
dm->set_sensitive(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dm->set_note (_("Changes may not be effective until audio-engine restart."));
|
||||||
|
|
||||||
add_option (_("Audio"), dm);
|
add_option (_("Audio"), dm);
|
||||||
|
|
||||||
add_option (_("Audio"), new OptionEditorHeading (_("Regions")));
|
add_option (_("Audio"), new OptionEditorHeading (_("Regions")));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue