summaryrefslogtreecommitdiff
path: root/libs/ardour/region.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/region.cc')
-rw-r--r--libs/ardour/region.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/region.cc b/libs/ardour/region.cc
index bc03ba124b..eb320c5cef 100644
--- a/libs/ardour/region.cc
+++ b/libs/ardour/region.cc
@@ -1316,6 +1316,8 @@ Region::_set_state (const XMLNode& node, int /*version*/, PropertyChange& what_c
}
}
+ _quarter_note = _session.tempo_map().quarter_note_at_beat (_beat);
+
/* fix problems with old sessions corrupted by impossible
values for _stretch or _shift
*/