mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 19:37:45 +01:00
[Summary] Just adding comment for better code-maintaining.
This commit is contained in:
parent
4182f5908e
commit
7ba47bda6f
1 changed files with 1 additions and 0 deletions
|
|
@ -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 ());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue