mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
synchronize preferences and monitor-section
This commit is contained in:
parent
5e90b97c42
commit
37937d9c69
2 changed files with 18 additions and 0 deletions
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue