synchronize preferences and monitor-section

This commit is contained in:
Robin Gareus 2014-11-18 03:49:20 +01:00
parent 5e90b97c42
commit 37937d9c69
2 changed files with 18 additions and 0 deletions

View file

@ -3497,6 +3497,8 @@ Session::config_changed (std::string p, bool ours)
listen_position_changed ();
} else if (p == "solo-control-is-listen-control") {
solo_control_mode_changed ();
} else if (p == "solo-mute-gain") {
_solo_cut_control->Changed();
} else if (p == "timecode-offset" || p == "timecode-offset-negative") {
last_timecode_valid = false;
} else if (p == "playback-buffer-seconds") {