[Summary] Just adding comment for better code-maintaining.
authorValeriy Kamyshniy <vkamyshniy@wavesglobal.com>
Thu, 2 Apr 2015 22:31:44 +0000 (01:31 +0300)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 29 Jun 2015 18:18:12 +0000 (14:18 -0400)
libs/ardour/session_state.cc

index f0045fb0c298b8443870bd8ad0c7e153ca6d123c..891c37e04cecac8532938c3c16ac2571dfa5c375 100644 (file)
@@ -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 ());