mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 14:17:21 +01:00
don't bother following playhead priority during session loading
This commit is contained in:
parent
beafb5b572
commit
401ace0c67
1 changed files with 3 additions and 1 deletions
|
|
@ -4159,7 +4159,9 @@ Session::config_changed (std::string p, bool ours)
|
|||
} else if (p == "timecode-generator-offset") {
|
||||
ltc_tx_parse_offset();
|
||||
} else if (p == "auto-return-target-list") {
|
||||
follow_playhead_priority ();
|
||||
if (!loading()) {
|
||||
follow_playhead_priority ();
|
||||
}
|
||||
} else if (p == "use-monitor-bus") {
|
||||
/* NB. This is always called when constructing a session,
|
||||
* after restoring session state (if any),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue