From 3a9bf57af964f6a83f5b6c59b1e363e12ea92598 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 19 May 2020 18:02:23 +0200 Subject: Don't save the session when creating busses Most calls to new_audio_route() used save = false, only directly creating busses saved the session. Probably for historical reasons. --- libs/ardour/session_state.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/session_state.cc') diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index 62edd9efcd..041a84eac4 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -1842,7 +1842,7 @@ Session::load_routes (const XMLNode& node, int version) BootMessage (_("Tracks/busses loaded; Adding to Session")); - add_routes (new_routes, false, false, false, PresentationInfo::max_order); + add_routes (new_routes, false, false, PresentationInfo::max_order); BootMessage (_("Finished adding tracks/busses")); -- cgit v1.2.3