From b886c1dcfa36f969086c8515da046d99fa916495 Mon Sep 17 00:00:00 2001 From: nick_m Date: Tue, 23 May 2017 09:54:30 +1000 Subject: Tempo sections with a BBT start XML node are never ramped --- libs/ardour/tempo.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/tempo.cc') diff --git a/libs/ardour/tempo.cc b/libs/ardour/tempo.cc index d1378ed9ca..6b1142c1e8 100644 --- a/libs/ardour/tempo.cc +++ b/libs/ardour/tempo.cc @@ -4516,6 +4516,8 @@ TempoMap::fix_legacy_session () if (!t->active()) { continue; } + /* Ramp type never existed in the era of this tempo section */ + t->set_end_note_types_per_minute (t->note_types_per_minute()); if (t->initial()) { t->set_pulse (0.0); -- cgit v1.2.3