Tempo sections with a BBT start XML node are never ramped

This commit is contained in:
nick_m
2017-05-23 09:54:30 +10:00
parent 7c6a62452d
commit b886c1dcfa

View 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);