13
0

amend last commit (don't depend on 0.0)

This commit is contained in:
nick_m 2017-02-27 04:12:13 +11:00 committed by Robin Gareus
parent b3c68030f4
commit e41285668c

View File

@ -4510,7 +4510,7 @@ TempoMap::fix_legacy_end_session ()
}
if (prev_t) {
if (prev_t->type() == TempoSection::Ramp) {
if (prev_t->type() != TempoSection::Constant) {
prev_t->set_end_note_types_per_minute (t->note_types_per_minute());
}
}