2nd stage of denormal handling (from trunk); fix to avoid FLAC support when using...
[ardour.git] / libs / ardour / session_state.cc
index 937fd78daf69854ad771932f5639b79f4bd9c203..37b717f49157b5567f6b5453d60da151b72caa9c 100644 (file)
@@ -3278,6 +3278,8 @@ Session::config_changed (const char* parameter_name)
                set_slave_source (Config->get_slave_source());
        } else if (PARAM_IS ("remote-model")) {
                set_remote_control_ids ();
+       }  else if (PARAM_IS ("denormal-model")) {
+               setup_fpu ();
        }
 
        set_dirty ();