amend last commit (don't depend on 0.0)
This commit is contained in:
parent
b3c68030f4
commit
e41285668c
@ -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());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user