From 7ba47bda6f6c003194328afa7641d94cd11ff8ec Mon Sep 17 00:00:00 2001 From: Valeriy Kamyshniy Date: Fri, 3 Apr 2015 01:31:44 +0300 Subject: [PATCH] [Summary] Just adding comment for better code-maintaining. --- libs/ardour/session_state.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index f0045fb0c2..891c37e04c 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -1101,6 +1101,7 @@ Session::state (bool full_state) XMLNode& locations_state = loc.get_state(); if (ARDOUR::Profile->get_trx() && _locations) { + // For tracks we need stored the Auto Loop Range and all MIDI markers. for (Locations::LocationList::const_iterator i = _locations->list ().begin (); i != _locations->list ().end (); ++i) { if ((*i)->is_mark () || (*i)->is_auto_loop ()) { locations_state.add_child_nocopy ((*i)->get_state ());