mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-20 04:15:46 +01:00
after save-as, if switching to new session, reset all track write sources to use new session path
This commit is contained in:
parent
21e7c5bf4b
commit
6570c61d31
1 changed files with 4 additions and 0 deletions
|
|
@ -4315,6 +4315,10 @@ Session::save_as (SaveAs& saveas)
|
|||
session_dirs.clear ();
|
||||
session_dirs.push_back (sp);
|
||||
refresh_disk_space ();
|
||||
|
||||
/* ensure that all existing tracks reset their current capture source paths
|
||||
*/
|
||||
reset_write_sources (true, true);
|
||||
}
|
||||
|
||||
} catch (Glib::FileError& e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue