From b2c2163a879d7f6ff6c9c2f69c53331e2ccb96a9 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Thu, 11 Jul 2024 15:40:48 -0500 Subject: [PATCH] L: enable autosave for LiveTrax --- libs/ardour/session_state.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index 31f467398c..4f1abc01d4 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -896,7 +896,7 @@ Session::save_state (string snapshot_name, bool pending, bool switch_to_snapshot } //Mixbus auto-backup mechanism - if(Profile->get_mixbus()) { + if(Profile->get_mixbus() || Profile->get_livetrax()) { if (pending) { //"pending" save means it's a backup, or some other non-user-initiated save; a good time to make a backup // make a serialized safety backup // (will make one periodically but only one per hour is left on disk)