Tempo sections with a BBT start XML node are never ramped
authornick_m <mainsbridge@gmail.com>
Mon, 22 May 2017 23:54:30 +0000 (09:54 +1000)
committernick_m <mainsbridge@gmail.com>
Mon, 22 May 2017 23:54:30 +0000 (09:54 +1000)
libs/ardour/tempo.cc

index d1378ed9ca761a02f13e1466f17e88a7cbf72b51..6b1142c1e8c869193d6b8b5bb6a7621a8db3c210 100644 (file)
@@ -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);